Skip to content

Commit 1e087dc

Browse files
author
Oren Novotny
authored
Update azure-pipelines.ix.yml
1 parent 72cb1fb commit 1e087dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

azure-pipelines.ix.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -57,6 +55,7 @@ steps:
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
@@ -73,4 +72,3 @@ steps:
7372
PathtoPublish: $(Build.ArtifactStagingDirectory)\artifacts
7473
ArtifactName: artifacts
7574
publishLocation: Container
76-
condition: and(succeeded(), eq(variables['system.pullrequest.isfork'], false))

0 commit comments

Comments
 (0)