Skip to content

Commit d95cd54

Browse files
authored
Update publish.yml
1 parent ac9daad commit d95cd54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
5.0.x
2020
6.0.x
2121
- name: Test
22-
run: ./build.cmd Test --Configuration Release
22+
run: ./build.cmd Test --configuration Release --root .
2323
- name: pack
24-
run: ./build.cmd Pack --Configuration Release
24+
run: ./build.cmd Pack --configuration Release --root .
2525
- name: Publish
26-
run: ./build.cmd Publish
26+
run: ./build.cmd Publish --root .
2727
env:
2828
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}

0 commit comments

Comments
 (0)