Not setting pipeline variables correctly

This commit is contained in:
Steve Otteson 2020-11-20 13:29:02 -08:00
Родитель 99ba4b3568
Коммит 4bd7c6bdeb
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -64,8 +64,8 @@ steps:
displayName: Update job variables from incoming variables
inputs:
script: |
echo '##vso[task.setvariable variable=WinMetadataSourceDir]$(Build.SourcesDirectory)\tests\TestScraperSource'
echo '##vso[task.setvariable variable=PrepOutput.NugetVersion]10.0.2000.0'
echo ##vso[task.setvariable variable=WinMetadataSourceDir]$(Build.SourcesDirectory)\tests\TestScraperSource
echo ##vso[task.setvariable variable=PrepOutput.NugetVersion]10.0.2000.0
condition: eq(variables.UsePreGeneratedSource, true)
- task: PowerShell@2

Просмотреть файл

@ -6,7 +6,7 @@
},
"TestSource": {
"commandName": "Project",
"commandLineArgs": "$(ProjectDir)..\\..\\tests\\TestSourceForSourceToWinmd $(ProjectDir)..\\Win32MetadataInterop\\bin\\Debug\\netstandard2.1\\Microsoft.Windows.Sdk.Win32Metadata.Interop.dll $(ProjectDir)..\\..\\bin\\test.winmd 10.0.15000.3-preview"
"commandLineArgs": "$(ProjectDir)..\\..\\tests\\TestScraperSource $(ProjectDir)..\\Win32MetadataInterop\\bin\\Debug\\netstandard2.1\\Microsoft.Windows.Sdk.Win32Metadata.Interop.dll $(ProjectDir)..\\..\\bin\\test.winmd 10.0.15000.3-preview"
}
}
}