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 8b09a0c commit d1fcf27Copy full SHA for d1fcf27
Build.ps1
@@ -61,7 +61,7 @@ function Publish-Archives($version)
61
function Publish-DotNetTool($version)
62
{
63
# Tool packages have to target a single non-platform-specific TFM; doing this here is cleaner than attempting it in the CSPROJ directly
64
- dotnet pack ./src/SeqCli/SeqCli.csproj -c Release --output ./artifacts /p:VersionPrefix=$version /p:TargetFramework=$framework /p:TargetFrameworks=
+ dotnet pack ./src/SeqCli/SeqCli.csproj -c Release --output ./artifacts /p:VersionPrefix=$version /p:TargetFrameworks=$framework
65
if($LASTEXITCODE -ne 0) { throw "Build failed" }
66
}
67
0 commit comments