Update to srgen to remove strict dependency to netcore 3.1 (#1618)

* first changes

* added roll forward major to fix 3.1 dependency issue.
This commit is contained in:
Alex Ma
2022-08-04 12:08:20 -07:00
committed by GitHub
parent 38c2cd4482
commit 1789fd1233
11 changed files with 10 additions and 15 deletions

View File

@@ -4,11 +4,6 @@ steps:
inputs:
useGlobalJson: true
- task: UseDotNet@2
displayName: 'Installing dotnet 3.1 to run srgen (To be removed after srgen is updated)'
inputs:
version: 3.1.406
- task: BatchScript@1
displayName: 'Run script build.cmd'
inputs: