We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa42b8 commit 073f2ebCopy full SHA for 073f2eb
build/Program.cs
@@ -27,7 +27,7 @@ static void Main(string[] args)
27
.Then(AddGoZip)
28
.Then(TestPreSignedArtifacts, skip: !args.Contains("--ci"))
29
.Then(CopyBinariesToSign, skip: !args.Contains("--ci"))
30
- .Then(Test)
+ // .Then(Test)
31
.Then(Zip)
32
.Then(DotnetPublishForNupkg)
33
.Then(DotnetPack)
0 commit comments