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 91dbd35 commit cecf206Copy full SHA for cecf206
.github/workflows/wf-build-release.yml
@@ -18,11 +18,11 @@ jobs:
18
uses: actions/setup-dotnet@v1
19
with:
20
dotnet-version: |
21
- 1.0.x
+ 1.0.x
22
2.0.x
23
5.0.x
24
6.0.x
25
-
+
26
- name: Setup MSBuild Path
27
uses: microsoft/setup-msbuild@v1
28
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Build library
36
run: msbuild QRCoder.sln /p:Configuration=Release /p:NoWarn="1182" /p:NoWarn="1701" /nr:false /t:Rebuild
37
38
- name: Upload artifacts
39
uses: actions/upload-artifact@v1.0.0
40
0 commit comments