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 1ec6dfe commit 7b9ee53Copy full SHA for 7b9ee53
.github/workflows/main.yml
@@ -32,4 +32,4 @@ jobs:
32
run: nuget sources
33
34
- name: msbuild
35
- run: msbuild /p:platform=x86,configuration=Debug /restore /p:RestorePackagesConfig=true
+ run: msbuild ./SampleApps/WebView2Samples.sln /p:platform=x86,configuration=Debug /restore /p:RestorePackagesConfig=true
0 commit comments