mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
fix yaml
This commit is contained in:
parent
759393d0a8
commit
7d129c8da0
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ jobs:
|
||||||
publish/**
|
publish/**
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
$(BuildSourceDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Calculator_*.msixbundle'
|
$(Build.SourcesDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Calculator_*.msixbundle'
|
||||||
$(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Add-AppDevPackage.ps1 -Force
|
$(Pipeline.Workspace)/$(DropName)/Calculator/AppPackages/Calculator_*_Test/Add-AppDevPackage.ps1 -Force
|
||||||
displayName: Install app
|
displayName: Install app
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
patterns: '**/CalculatorUnitTests_Test/**'
|
patterns: '**/CalculatorUnitTests_Test/**'
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
$(Build.SourceDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(UnitTestsDir)\CalculatorUnitTests.msix'
|
$(Build.SourcesDirectory)/build/scripts/SignTestApp.ps1 -AppToSign '$(UnitTestsDir)\CalculatorUnitTests.msix'
|
||||||
displayName: Sign unit tests
|
displayName: Sign unit tests
|
||||||
|
|
||||||
- task: VSTest@2
|
- task: VSTest@2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue