We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e790795 commit 76479c1Copy full SHA for 76479c1
1 file changed
.github/workflows/dotnet.yml
@@ -34,7 +34,7 @@ jobs:
34
cd ModuleLauncher.NET
35
dotnet restore
36
dotnet build
37
- dotnet pack -p:PublishRelease=false
+ dotnet publish -p:PublishRelease=false
38
cd bin/Debug
39
40
# Getting file extension name is .nupkg
0 commit comments