Skip to content

Commit

Permalink
.NET 5.0 build agents
Browse files Browse the repository at this point in the history
  • Loading branch information
TimLariviere committed Nov 17, 2020
1 parent dd132c7 commit 245aaa3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ trigger:
jobs:
- job: Linux
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'
steps:
- script: |
sudo apt-get update
Expand All @@ -14,7 +14,7 @@ jobs:
- task: UseDotNet@2
displayName: Stick with .NET Core SDK version compatible to Mono toolchain
inputs:
version: 3.1.302
version: 5.0.100
- script: ./build.sh Test
- task: CopyFiles@1
inputs:
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.302
version: 5.0.100
- script: ./azure-pipeline-osx-setup.sh
- script: ./build.sh Test
- task: CopyFiles@1
Expand All @@ -61,7 +61,7 @@ jobs:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.302
version: 5.0.100
- script: choco install gtksharp
- script: .\build.cmd Test
- task: CopyFiles@2
Expand Down
4 changes: 2 additions & 2 deletions azure-pipelines-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.302
version: 5.0.100
- script: .\build.cmd
- task: PublishTestResults@2
inputs:
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.302
version: 5.0.100
- script: ./azure-pipeline-osx-setup.sh
- script: ./build.sh Test
- task: PublishTestResults@2
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- task: UseDotNet@2
inputs:
version: 3.1.302
version: 5.0.100
- script: choco install gtksharp
- script: .\build.cmd Release
env:
Expand Down

0 comments on commit 245aaa3

Please sign in to comment.