Skip to content

Commit

Permalink
Merge pull request #845 from microsoft/dev/jadelaga/17.4VSSDKStable
Browse files Browse the repository at this point in the history
Upgrade 2.13 to stable version
  • Loading branch information
AArnott authored Sep 27, 2022
2 parents 4f2e1fa + 74f751d commit 5e3231d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<PackageVersion Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.3.44" />
<PackageVersion Include="Microsoft.VisualStudio.Threading" Version="17.1.46" />
<PackageVersion Include="Nerdbank.GitVersioning" Version="3.5.109" />
<PackageVersion Include="Nerdbank.Streams" Version="2.9.87-alpha" />
<PackageVersion Include="Nerdbank.Streams" Version="2.9.109" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
<PackageVersion Include="Nullable" Version="1.3.1" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.435" />
Expand Down
10 changes: 5 additions & 5 deletions azure-pipelines/install-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ parameters:

steps:

- ${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
- task: NuGetAuthenticate@1
displayName: 🔏 Authenticate NuGet feeds
inputs:
- task: NuGetAuthenticate@1
displayName: 🔏 Authenticate NuGet feeds
inputs:
${{ if eq(variables['system.collectionId'], '011b8bdf-6d56-4f87-be0d-0092136884d9') }}:
nuGetServiceConnections: azure-public/msft_consumption
forceReinstallCredentialProvider: true
forceReinstallCredentialProvider: true

- powershell: |
$AccessToken = '$(System.AccessToken)' # Avoid specifying the access token directly on the init.ps1 command line to avoid it showing up in errors
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.13-alpha",
"version": "2.13",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:.\\d+)?$"
Expand Down

0 comments on commit 5e3231d

Please sign in to comment.