Skip to content

Downgrading .NET SDK on Crank pipeline #1352

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 7, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .azure-pipelines/crank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
version: 3.1.x

- task: UseDotNet@2
displayName: install dotnet core sdk 5.0
displayName: install dotnet core sdk 5.0.103
inputs:
packageType: sdk
version: 5.0.x
version: 5.0.103

- task: DotNetCoreCLI@2
displayName: dotnet build
Expand Down Expand Up @@ -150,4 +150,4 @@ jobs:
chmod +x ./run.sh
./run.sh
env:
DD_SERVICE: dd-trace-dotnet
DD_SERVICE: dd-trace-dotnet