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 7f887f5 commit 8a5b699Copy full SHA for 8a5b699
.github/workflows/dotnet.yml
@@ -39,12 +39,7 @@ jobs:
39
# Flow.Launcher.Infrastructure/packages.lock.json
40
# Flow.Launcher.Plugin/packages.lock.json
41
- name: Install vpk
42
- Install vpk tool (dotnet tool install will not reinstall if already installed)
43
- We will update the cli by removing cache
44
- run: |
45
- if (!(Get-Command vpk -ErrorAction SilentlyContinue)) {
46
- dotnet tool install -g vpk
47
- }
+ run: dotnet tool install -g vpk
48
- name: Restore dependencies
49
run: dotnet restore --locked-mode
50
- name: Build
0 commit comments