Skip to content

Commit

Permalink
msbuild remove nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlrnsn committed Oct 10, 2024
1 parent d9f509d commit 68a9955
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Restore NuGet packages
run: |
Get-ChildItem -Recurse -Filter *.sln |
Foreach-Object {
nuget restore $_.FullName
}
- name: Build
timeout-minutes: 10
run: |
Expand Down

0 comments on commit 68a9955

Please sign in to comment.