Skip to content

Commit

Permalink
⬆️Bump .NET SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
pleonex committed Jan 31, 2024
1 parent a080d3d commit 0328204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Build"
uses: ./.github/workflows/build.yml
with:
dotnet_version: '8.0.100'
dotnet_version: '8.0.101'

# Preview release on push to main only
# Stable release on version tag push only
Expand All @@ -25,7 +25,7 @@ jobs:
needs: build
uses: ./.github/workflows/deploy.yml
with:
dotnet_version: '8.0.100'
dotnet_version: '8.0.101'
azure_nuget_feed: 'https://pkgs.dev.azure.com/benito356/NetDevOpsTest/_packaging/PleOps/nuget/v3/index.json'
secrets:
nuget_preview_token: "az" # as we use AzureDevOps, this is a required dummy value
Expand Down

0 comments on commit 0328204

Please sign in to comment.