Skip to content

Commit

Permalink
Remove pack
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 15, 2024
1 parent 41a6001 commit 96fdd14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Piral.Blazor.Cli/PublishMicrofrontendOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public Task Run()
var file = $"{projectName}.nupkg";

RunCommand("dotnet", "build -c Release", srcDir);
RunCommand("dotnet", "pack", buildDir);

//TODO handle interactive case
RunCommand("dotnet", $"nuget push {file} --api-key {ApiKey} --source {Url}", buildDirRoot);
Expand Down

0 comments on commit 96fdd14

Please sign in to comment.