mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
rebuild
This commit is contained in:
parent
5511283b9e
commit
637d00b802
@ -213,12 +213,10 @@ jobs:
|
|||||||
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
SYSTEM_ACCESSTOKEN: $(System.AccessToken)
|
||||||
|
|
||||||
- task: VSBuild@1
|
- task: VSBuild@1
|
||||||
${{ if eq(parameters.runTests, true) }}:
|
displayName: Force rebuild PowerRename
|
||||||
displayName: Build and Test PowerToys main project
|
|
||||||
${{ else }}:
|
|
||||||
displayName: Build PowerToys main project
|
|
||||||
inputs:
|
inputs:
|
||||||
solution: 'src\modules\powerrename\PowerRenameUILib\PowerRenameUI.vcxproj'
|
solution: 'src\modules\powerrename\PowerRenameUILib\PowerRenameUI.vcxproj'
|
||||||
|
clean: true
|
||||||
vsVersion: 17.0
|
vsVersion: 17.0
|
||||||
msbuildArgs: >-
|
msbuildArgs: >-
|
||||||
/p:CIBuild=true
|
/p:CIBuild=true
|
||||||
|
Loading…
Reference in New Issue
Block a user