Browse Source

Use correct Baml Tests file name in Azure pipeline.

pull/1968/head
Siegfried Pammer 5 years ago
parent
commit
79559f5316
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -71,7 +71,7 @@ jobs: @@ -71,7 +71,7 @@ jobs:
testAssemblyVer2: |
ICSharpCode.Decompiler.Tests\bin\$(BuildConfiguration)\net472\ICSharpCode.Decompiler.Tests.exe
ILSpy.Tests\bin\$(BuildConfiguration)\net472\ILSpy.Tests.exe
ILSpy.BamlDecompiler.Tests\bin\$(BuildConfiguration)\net472\ILSpy.BamlDecompiler.Tests.dll
ILSpy.BamlDecompiler.Tests\bin\$(BuildConfiguration)\net472\ILSpy.BamlDecompiler.Tests.exe
- task: ArchiveFiles@1
displayName: Create zip

Loading…
Cancel
Save