File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ jobs:
1616 inputs :
1717 pathtoPublish : build
1818 artifactName : Saturn
19- - job : Linux
20- pool :
21- vmImage : ' ubuntu-16.04'
22- steps :
23- - task : DotNetCoreInstaller@0
24- displayName : ' Install .net core 3.0 (preview)'
25- inputs :
26- version : ' 3.0.100-preview7-012821'
27- - script : dotnet tool install fake-cli --tool-path .
28- displayName : Install FAKE
29- - script : ./fake build
30- displayName : Run Build
31- - task : PublishBuildArtifacts@1
32- inputs :
33- pathtoPublish : build
34- artifactName : Saturn
19+ # - job: Linux
20+ # pool:
21+ # vmImage: 'ubuntu-16.04'
22+ # steps:
23+ # - task: DotNetCoreInstaller@0
24+ # displayName: 'Install .net core 3.0 (preview)'
25+ # inputs:
26+ # version: '3.0.100-preview7-012821'
27+ # - script: dotnet tool install fake-cli --tool-path .
28+ # displayName: Install FAKE
29+ # - script: ./fake build
30+ # displayName: Run Build
31+ # - task: PublishBuildArtifacts@1
32+ # inputs:
33+ # pathtoPublish: build
34+ # artifactName: Saturn
You can’t perform that action at this time.
0 commit comments