diff --git a/.github/workflows/build-ilspy.yml b/.github/workflows/build-ilspy.yml index dcbc92b64..96544278f 100644 --- a/.github/workflows/build-ilspy.yml +++ b/.github/workflows/build-ilspy.yml @@ -128,8 +128,8 @@ jobs: - name: Build VS Extensions (for 2017-2019 and 2022) if: matrix.configuration == 'release' && env.BuildAndPublishVsix == 'true' run: | - dotnet msbuild ILSpy.VSExtensions.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU" - dotnet msbuild ILSpy.VSExtensions.sln /p:Configuration="Release" /p:Platform="Any CPU" + msbuild ILSpy.VSExtensions.sln /t:Restore /p:Configuration="Release" /p:Platform="Any CPU" + msbuild ILSpy.VSExtensions.sln /p:Configuration="Release" /p:Platform="Any CPU" # https://github.com/actions/upload-artifact - name: Upload VSIX (VS 2019) release build artifacts