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 ce1be43 commit 939850aCopy full SHA for 939850a
.github/workflows/dotnet.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Restore dependencies
23
run: dotnet restore
24
- name: Build
25
- run: dotnet build --no-restore
+ run: dotnet build launcher-csharp.sln --no-restore
26
- name: Test
27
env:
28
CLIENT_ID: ${{ secrets.CLIENT_ID }}
0 commit comments