Skip to content

Commit

Permalink
Merge pull request #9283 from tmeschter/231012-BumpVersionInMain
Browse files Browse the repository at this point in the history
Bump version number to 17.9
  • Loading branch information
tmeschter authored Oct 16, 2023
2 parents 890feba + 18d5bfb commit eb5644e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions eng/pipelines/templates/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
- powershell: npm --version
displayName: Check npm version

# Ensure the .NET runtime needed by our unit tests is installed.
- task: UseDotNet@2
displayName: Install .NET Runtime
inputs:
packageType: runtime
# This should match the target of our unit test projects.
version: 7.0.x

# Allows for accessing the internal AzDO feed (vs-impl-internal) for project restore via Azure Artifacts Credential Provider.
# See: https://github.com/microsoft/artifacts-credprovider#automatic-usage
# YAML reference: https://docs.microsoft.com/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops
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/main/src/NerdBank.GitVersioning/version.schema.json",
"version": "17.8",
"version": "17.9",
"cloudBuild": {
"setAllVariables": true
}
Expand Down

0 comments on commit eb5644e

Please sign in to comment.