Skip to content

Commit

Permalink
Added .NET 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
lextm committed Sep 3, 2021
1 parent 601762d commit 3147f9d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/dotnetcore.yml

This file was deleted.

18 changes: 18 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
packageType: sdk
version: 5.0.201
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Install .NET Core sdk'
inputs:
packageType: sdk
version: 6.0.100-preview.7
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: |
set -e
sudo pwsh -file patch-winfx.ps1 $(Agent.ToolsDirectory)/dotnet/sdk/3.1.101
Expand Down Expand Up @@ -73,6 +79,12 @@ jobs:
packageType: sdk
version: 5.0.201
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Install .NET Core sdk'
inputs:
packageType: sdk
version: 6.0.100-preview.7
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: |
sudo sysctl -w net.inet.udp.maxdgram=65535
export CI=true
Expand Down Expand Up @@ -114,6 +126,12 @@ jobs:
packageType: sdk
version: 5.0.201
installationPath: $(Agent.ToolsDirectory)/dotnet
- task: UseDotNet@2
displayName: 'Install .NET Core sdk'
inputs:
packageType: sdk
version: 6.0.100-preview.7
installationPath: $(Agent.ToolsDirectory)/dotnet
- script: |
build.release.bat
- script: |
Expand Down

0 comments on commit 3147f9d

Please sign in to comment.