Skip to content

Commit

Permalink
Update pipelines to use 3.1.x instead of hardcoded version (#137)
Browse files Browse the repository at this point in the history
* Update pipelines to use 3.1.x instead of hardcoded version

* Update Microsoft.DevSkim to point to new NuGet location, Microsoft.CST.DevSkim

Co-authored-by: Gabe Stocco <[email protected]>
Co-authored-by: David Alcantar <[email protected]>
  • Loading branch information
3 people authored Mar 10, 2020
1 parent aa51a0a commit 1a6f4cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DevSkim-DotNet/Microsoft.DevSkim/Microsoft.DevSkim.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFrameworks>netcoreapp3.1;net48;</TargetFrameworks>
<PackageId>Microsoft.DevSkim</PackageId>
<PackageId>Microsoft.CST.DevSkim</PackageId>
<PackageVersion>0.0.0</PackageVersion>
<Authors>Microsoft</Authors>
<PackageTags>Security Linter</PackageTags>
Expand Down
6 changes: 3 additions & 3 deletions Pipelines/devskim-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down Expand Up @@ -92,7 +92,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down Expand Up @@ -188,7 +188,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- script: 'dotnet tool install -g nbgv'
displayName: 'Install GitVersioning'
- task: PowerShell@2
Expand Down
2 changes: 1 addition & 1 deletion Pipelines/devskim-visualstudio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ stages:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '3.1.100'
version: '3.1.x'
- task: NuGetToolInstaller@1
inputs:
versionSpec: '5.4'
Expand Down

0 comments on commit 1a6f4cf

Please sign in to comment.