Skip to content

Commit

Permalink
Update .net selection on code
Browse files Browse the repository at this point in the history
  • Loading branch information
VitorGC authored Mar 23, 2023
1 parent 9dc98a1 commit 7faec86
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ steps:
# Command line
# Run a command line script using Bash on Linux and macOS and cmd.exe on Windows

- task: UseDotNet@2
displayName: 'Install .NET Core SDK'
inputs:
version: 6.x
performMultiLevelLookup: true
includePreviewVersions: true # Required for preview versions

- task: CmdLine@2
inputs:
script: 'mkdir d:\a\1\MobEAD'
Expand Down

0 comments on commit 7faec86

Please sign in to comment.