Skip to content

Commit

Permalink
Update to .NET Core 3.1.412
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Oct 14, 2021
1 parent 4d1b10f commit d525687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ pool:

steps:
- task: UseDotNet@2
displayName: 'Use .NET Core SDK'
inputs:
packageType: 'sdk'
version: '2.1.802'
packageType: sdk
useGlobalJson: true

- script: dotnet publish --configuration $(BuildConfiguration) --output "$(Build.ArtifactStagingDirectory)/Output" AzureArtifactsPublicNuGetFeedBadge.csproj
displayName: .NET Publish $(ArtifactName)
Expand Down
7 changes: 7 additions & 0 deletions global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"sdk": {
"version": "3.1.412",
"rollForward": "latestFeature",
"allowPrerelease": false
}
}

0 comments on commit d525687

Please sign in to comment.