Skip to content

Commit

Permalink
Merge branch 'dev' into fix-Ask-exception-formatting-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb authored Sep 30, 2024
2 parents 3b1c16b + c295010 commit 7fe26df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.mntr-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
vmImage: ${{ parameters.vmImage }}
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: Bash@3
displayName: Linux / OSX Build
inputs:
Expand Down
4 changes: 2 additions & 2 deletions build-system/azure-pipeline.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
value: true
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: Bash@3
displayName: Linux / OSX Build
inputs:
Expand Down
4 changes: 2 additions & 2 deletions build-system/nightly-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ variables:

steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
Expand Down
4 changes: 2 additions & 2 deletions build-system/pr-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
submodules: recursive # set to 'true' for a single level of submodules or 'recursive' to get submodules of submodules
persistCredentials: true
- task: UseDotNet@2
displayName: "Use .NET 8 SDK 8.0.100"
displayName: "Use .NET 8 SDK 8.0.402"
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: Windows Build
inputs:
Expand Down
4 changes: 2 additions & 2 deletions build-system/windows-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ variables:
value: akkadotnet/akka.net
steps:
- task: UseDotNet@2
displayName: 'Use .NET 8 SDK 8.0.100'
displayName: 'Use .NET 8 SDK 8.0.402'
inputs:
version: 8.0.100
version: 8.0.402
- task: BatchScript@1
displayName: 'FAKE Build'
inputs:
Expand Down

0 comments on commit 7fe26df

Please sign in to comment.