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 ac9daad commit d95cd54Copy full SHA for d95cd54
.github/workflows/publish.yml
@@ -19,10 +19,10 @@ jobs:
19
5.0.x
20
6.0.x
21
- name: Test
22
- run: ./build.cmd Test --Configuration Release
+ run: ./build.cmd Test --configuration Release --root .
23
- name: pack
24
- run: ./build.cmd Pack --Configuration Release
+ run: ./build.cmd Pack --configuration Release --root .
25
- name: Publish
26
- run: ./build.cmd Publish
+ run: ./build.cmd Publish --root .
27
env:
28
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
0 commit comments