Skip to content

Commit 073f2eb

Browse files
committed
Skip tests to validate publish and pack steps
1 parent 7aa42b8 commit 073f2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ static void Main(string[] args)
2727
.Then(AddGoZip)
2828
.Then(TestPreSignedArtifacts, skip: !args.Contains("--ci"))
2929
.Then(CopyBinariesToSign, skip: !args.Contains("--ci"))
30-
.Then(Test)
30+
// .Then(Test)
3131
.Then(Zip)
3232
.Then(DotnetPublishForNupkg)
3333
.Then(DotnetPack)

0 commit comments

Comments
 (0)