Skip to content

Commit a79f9cb

Browse files
author
pb
committed
Copy Paste Fehler
1 parent 7e52ec5 commit a79f9cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dotnet version -f .\RtfPipe\RtfPipe.csproj build `
2-
&& dotnet build .\RtfPipe\RtfPipe.csproj -o -c Release `
2+
&& dotnet build .\RtfPipe\RtfPipe.csproj -c Release `
33
&& dotnet pack .\RtfPipe\RtfPipe.csproj -o ".nupkgs" -c Release `
44
&& Copy-Item ".nupkgs\*.nupkg" $env:GAUSS_NUGET_FOLDER `
55
&& dotnet nuget push ".nupkgs\*.nupkg" --source gauss --api-key $env:GAUSS_NUGET_API_KEY --skip-duplicate `

0 commit comments

Comments
 (0)