Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
Fix broken paths to Azure DevOps templates
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Mar 5, 2020
1 parent 4a78d12 commit a3418fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ stages:
inputs:
packageType: 'sdk'
version: '$(DotNet.Sdk.VersionBC)'
- template: test/run-unit-tests.yaml@templates
- template: test/run-unit-tests.yml@templates
parameters:
dotnetSdkVersion: '$(DotNet.Sdk.Version)'
projectName: '$(Project).Tests.Unit'
Expand All @@ -96,7 +96,7 @@ stages:
inputs:
packageType: 'sdk'
version: '$(DotNet.Sdk.VersionBC)'
- template: test/run-integration-tests.yaml@templates
- template: test/run-integration-tests.yml@templates
parameters:
dotnetSdkVersion: '$(DotNet.Sdk.Version)'
projectName: '$(Project).Tests.Integration'
Expand Down

0 comments on commit a3418fa

Please sign in to comment.