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 7e9fb88 commit afc0d5fCopy full SHA for afc0d5f
.github/workflows/dotnet.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Test
38
run: dotnet test --no-build --verbosity normal
39
- name: Package
40
- run: dotnet pack -c Release -o . TiaCodegen/DotNetProjects.TiaCodegen.csproj
+ run: dotnet pack -c Debug -o . TiaCodegen/DotNetProjects.TiaCodegen.csproj
41
- name: Publish
42
run: dotnet nuget push *.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json
0 commit comments