We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331bd98 commit 00166daCopy full SHA for 00166da
azure-pipelines-1.yml
@@ -21,16 +21,13 @@ steps:
21
22
git remote set-url origin https://$env:UserName:$env:[email protected]/MaterialDesignInXAML/MaterialDesignInXamlToolkit.git
23
24
- Write-Host "Before checkout"
25
-
26
& {
27
$ErrorActionPreference="SilentlyContinue";
28
+
29
30
git checkout -b pipeline/icons
31
} 2>&1 1>$null
32
33
- Write-Host "LEC $LASTEXITCODE"'
+ '
34
failOnStderr: true
35
ignoreLASTEXITCODE: true
36
pwsh: true
@@ -57,7 +54,7 @@ steps:
57
54
targetType: 'inline'
58
55
script: 'git commit -a -m "Icons update from Azure pipeline"
59
56
60
- git push -f -u HEAD'
+ git push -f origin pipeline/icons'
61
62
- task: PublishPipelineArtifact@0
63
name: "PublishResourceGenerator"
0 commit comments