We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd9790 commit 07a1958Copy full SHA for 07a1958
.github/workflows/cibuild.yml
@@ -32,11 +32,14 @@ jobs:
32
runs-on: windows-latest
33
34
steps:
35
- - uses: actions/checkout@v6.0.0
+ - uses: actions/checkout@v4
36
37
- name: Add MSBuild to PATH
38
uses: microsoft/[email protected]
39
40
+ - name: Clear NuGet cache
41
+ run: nuget locals all -clear
42
+
43
- name: Restore VssApi NuGet packages
44
working-directory: ${{env.GITHUB_WORKSPACE}}
45
run: msbuild ${{env.SOLUTION_PATH}}\PInvoke\VssApi\Vanara.PInvoke.VssApi.vcxproj /m /verbosity:quiet /t:restore /p:RunAnalyzersDuringBuild=false /p:Configuration=${{env.BUILD_CONFIGURATION}}
0 commit comments