Skip to content

Commit 623d7c5

Browse files
committed
YAML fix
1 parent da9e68e commit 623d7c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/DirectXTex-GitHub-Test-Dev17.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
script: git clone --quiet --no-tags https://%GITHUB_PAT%@github.com/walbourn/directxtextest.git Tests
6363
workingDirectory: $(Build.SourcesDirectory)
6464
failOnStderr: true
65-
- task: NuGetToolInstaller
65+
- task: NuGetToolInstaller@1
6666
displayName: 'Use NuGet'
6767
- task: NuGetCommand@2
6868
displayName: NuGet restore tests

build/DirectXTex-GitHub-Test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
script: git clone --quiet --no-tags https://%GITHUB_PAT%@github.com/walbourn/directxtextest.git Tests
6161
workingDirectory: $(Build.SourcesDirectory)
6262
failOnStderr: true
63-
- task: NuGetToolInstaller
63+
- task: NuGetToolInstaller@1
6464
displayName: 'Use NuGet'
6565
- task: NuGetCommand@2
6666
displayName: NuGet restore tests

0 commit comments

Comments
 (0)