Skip to content

Commit

Permalink
correct .net sdk version in build pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
thiennn committed Sep 30, 2023
1 parent e35c8ec commit 0ed9d72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: csharp
solution: SimplCommerce.sln
sudo: required
dist: xenial
dotnet: 6.0.100
dotnet: 7.0.111
mono: none
os:
- linux
Expand Down
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.100'
version: '7.0.111'
- script: dotnet build ./SimplCommerce.sln
displayName: 'dotnet build'
- task: DotNetCoreCLI@2
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.100'
version: '7.0.111'
- script: dotnet build ./SimplCommerce.sln
displayName: 'dotnet build'
- task: DotNetCoreCLI@2
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.100'
version: '7.0.111'
- task: DotNetCoreCLI@2
displayName: 'Restoring code using dotnet restore'
inputs:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.100'
version: '7.0.111'
- script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)'
- task: DotNetCoreCLI@2
Expand Down

0 comments on commit 0ed9d72

Please sign in to comment.