File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -292,10 +292,10 @@ Task("Pack-Vsix")
292
292
. Does < BuildParameters > ( ( parameters ) =>
293
293
{
294
294
var workDir = "./src/GitVersionTfsTask" ;
295
- var idSuffix = parameters . IsStableRelease ( ) ? "" : "-preview" ;
295
+ var idSuffix = parameters . IsStableRelease ( ) ? "" : "-preview" ;
296
296
var titleSuffix = parameters . IsStableRelease ( ) ? "" : " (Preview)" ;
297
- var visibility = parameters . IsStableRelease ( ) ? "Public" : "Preview" ;
298
- var taskId = parameters . IsStableRelease ( ) ? "bfb2f1f8-b852-4db1-ae50-35c79c9161e0" : "761ce478-068a-441a-8f2b-aae0987e7d88" ;
297
+ var visibility = parameters . IsStableRelease ( ) ? "Public" : "Preview" ;
298
+ var taskId = parameters . IsStableRelease ( ) ? "bfb2f1f8-b852-4db1-ae50-35c79c9161e0" : "761ce478-068a-441a-8f2b-aae0987e7d88" ;
299
299
300
300
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$idSuffix$" , idSuffix ) ;
301
301
ReplaceTextInFile ( new FilePath ( workDir + "/vss-extension.json" ) , "$titleSuffix$" , titleSuffix ) ;
Original file line number Diff line number Diff line change 8
8
steps :
9
9
- task : DotNetCoreInstaller@0
10
10
condition : eq( variables['Agent.OS'], 'Darwin' )
11
- displayName : ' Use .NET Core sdk 2.x) '
11
+ displayName : ' Use .NET Core sdk 2.x'
12
12
inputs :
13
13
version : ' 2.2.107'
14
14
packageType : sdk
37
37
ENABLED_PUBLISH_NUGET : $(ENABLED_PUBLISH_NUGET)
38
38
ENABLED_PUBLISH_CHOCOLATEY : $(ENABLED_PUBLISH_CHOCOLATEY)
39
39
ENABLED_PUBLISH_DOCKER : $(ENABLED_PUBLISH_DOCKER)
40
+ - publish : $(System.DefaultWorkingDirectory)/artifacts
41
+ artifact : artifacts
You can’t perform that action at this time.
0 commit comments