File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,11 @@ steps:
3434    custom : tool 
3535    arguments : install --tool-path . nbgv 
3636  displayName : Install NBGV tool 
37+   condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) 
3738
3839- script : nbgv cloud -a -p Rx.NET\Source 
3940  displayName : Set Version 
41+   condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) 
4042
4143- task : MSBuild@1 
4244  displayName : Build System.Reactive.sln 
5254  inputs :
5355    command : custom 
5456    arguments : pack Rx.NET/Source/facades/System.Reactive.Compatibility.nuspec -Version $(NBGV_NuGetPackageVersion) -MinClientVersion 2.12 -NoPackageAnalysis -outputdirectory $(Build.ArtifactStagingDirectory)\artifacts 
55- 
57+   condition : and(succeeded(), eq(variables['system.pullrequest.isfork'], false)) 
58+   
5659- task : MSBuild@1 
5760  displayName : Build for Test (ppdb) workaround 
5861  inputs :
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments