Skip to content

Commit

Permalink
Try to fix build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuai Zhang committed Dec 20, 2019
1 parent 9835d83 commit e79a0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ steps:
- task: PowerShell@2
inputs:
filePath: 'dev-support/bin/publish.ps1'
arguments: '-Configuration Release -BuildDos2Unix'
arguments: '-Configuration Release'
pwsh: true
- task: CopyFiles@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion dev-support/bin/publish.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (-not $SkipGriWpf) {
}

Get-ChildItem -Path (Join-Path $OutputRoot "GeothermalResearchInstitute") -Filter "*.ini" -Recurse `
| ForEach-Object{ & "$UnixToDosExec" $_.FullName }
| ForEach-Object{ & "$UnixToDosExec" --verbose --add-bom $_.FullName }

New-Item -Path (Join-Path $OutputRoot "GeothermalResearchInstitute/docs") -Type Directory
Copy-Item -Path (Join-Path $EnlistmentRoot "GeothermalResearchInstitute/docs/*") -Destination (Join-Path $OutputRoot "GeothermalResearchInstitute/docs") -Include "*.pdf", "*.exe", "*.msu" -Recurse

0 comments on commit e79a0dc

Please sign in to comment.