diff --git a/ci/dotnet-desktop.yml b/ci/dotnet-desktop.yml index 25af736..2e55b15 100644 --- a/ci/dotnet-desktop.yml +++ b/ci/dotnet-desktop.yml @@ -75,7 +75,7 @@ jobs: # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild - name: Setup MSBuild.exe - uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16 + uses: microsoft/setup-msbuild@v1.0.2 # Execute all unit tests in the solution - name: Execute unit tests diff --git a/ci/msbuild.yml b/ci/msbuild.yml index 4a5d309..29b6ace 100644 --- a/ci/msbuild.yml +++ b/ci/msbuild.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v2 - name: Add MSBuild to PATH - uses: microsoft/setup-msbuild@v1 + uses: microsoft/setup-msbuild@v1.0.2 - name: Restore NuGet packages working-directory: ${{env.GITHUB_WORKSPACE}}