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 a5dab11 commit 11551c1Copy full SHA for 11551c1
.github/workflows/dotnet-core.yml
@@ -14,6 +14,6 @@ jobs:
14
with:
15
dotnet-version: 3.1.101
16
- name: Build
17
- run: dotnet build ./Src/Xxxx.sln --configuration Release
+ run: dotnet build ./src/OpenInApp.Launcher.sln --configuration Release
18
#- name: Test
19
# run: dotnet test --no-restore --verbosity normal
0 commit comments