We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef1d1e commit 4375f67Copy full SHA for 4375f67
.github/workflows/library.nuget.yml
@@ -22,12 +22,6 @@ jobs:
22
- name: Setup MSBuild
23
uses: microsoft/setup-msbuild@v2
24
25
- - name: Setup Visual Studio
26
- uses: microsoft/setup-vsbuild@v1
27
- with:
28
- vs-version: '[17.0,18.0)' # VS2022
29
- components: 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
30
-
31
- name: Restore dependencies
32
run: dotnet restore src/UnlockerPatch/UnlockerPatch.csproj
33
0 commit comments