Skip to content

Commit fe663f5

Browse files
authored
Update deploy_nuget.yml
1 parent b0f6283 commit fe663f5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/deploy_nuget.yml

-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ jobs:
2020
run: dotnet build --configuration Release
2121
working-directory: ./src
2222

23-
- name: Unit tests
24-
run: dotnet test --configuration Release
25-
working-directory: ./src
26-
2723
- name: Generate nuget package.
2824
run: dotnet pack --configuration Release -o nupkg
2925
working-directory: ./src

0 commit comments

Comments
 (0)