diff --git a/.github/workflows/msbuild.yml b/.github/workflows/windows.yml similarity index 89% rename from .github/workflows/msbuild.yml rename to .github/workflows/windows.yml index 6a245f2d..1d55805e 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/windows.yml @@ -33,10 +33,6 @@ jobs: - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v1.0.2 - - name: Restore NuGet packages - working-directory: ${{env.GITHUB_WORKSPACE}} - run: nuget restore ${{env.SOLUTION_FILE_PATH}} - - name: Build working-directory: ${{env.GITHUB_WORKSPACE}} # Add additional options to the MSBuild command line here (like platform or verbosity level).