File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,9 @@ steps:
3333 custom : tool
3434 arguments : install --tool-path . nbgv
3535 displayName : Install NBGV tool
36- condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
3736
3837- script : nbgv cloud -p Ix.NET\Source
3938 displayName : Set Version
40- condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
4139
4240- task : DotNetCoreCLI@2
4341 inputs :
5755
5856- task : whitesource.ws-bolt.bolt.wss.WhiteSource Bolt@18
5957 displayName : ' WhiteSource Bolt'
58+ enabled : false
6059
6160- task : PowerShell@2
6261 displayName : Authenticode Sign Packages
7372 PathtoPublish : $(Build.ArtifactStagingDirectory)\artifacts
7473 ArtifactName : artifacts
7574 publishLocation : Container
76- condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false))
You can’t perform that action at this time.
0 commit comments