Commit 3641ec0 1 parent b5465c3 commit 3641ec0 Copy full SHA for 3641ec0
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -50,13 +50,13 @@ steps:
50
50
$ciBuilds = ("IndividualCI", "BatchedCI", "PullRequest");
51
51
switch -Exact ('$(Build.Reason)') {
52
52
{ $ciBuilds -contains $_ } {
53
- setVarAndLog( "nugetVersion", "$(major).$(minor).$(patch)-$(ciTag)") ;
54
- setVarAndLog( "producePackage", "true") ;
53
+ setVarAndLog "nugetVersion" "$(major).$(minor).$(patch)-$(ciTag)";
54
+ setVarAndLog "producePackage" "true";
55
55
}
56
56
57
57
Default {
58
- setVarAndLog( "nugetVersion", "") ;
59
- setVarAndLog( "producePackage", "false") ;
58
+ setVarAndLog "nugetVersion" "";
59
+ setVarAndLog "producePackage" "false";
60
60
}
61
61
}
62
62
77
77
command : ' push'
78
78
packagesToPush : ' $(Build.ArtifactStagingDirectory)/*.nupkg'
79
79
nuGetFeedType : ' internal'
80
- publishVstsFeed : ' 6c464a6a-95af-4d6c-b50e-c2008380278b'
80
+ publishVstsFeed : ' 6c464a6a-95af-4d6c-b50e-c2008380278b'
You can’t perform that action at this time.
0 commit comments