Skip to content

Commit

Permalink
Changed to System.WorkFolder.
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori committed Sep 16, 2018
1 parent 00fd901 commit d9659e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ steps:
# - script: dotnet build --configuration $(buildConfiguration)
# displayName: 'dotnet build $(buildConfiguration)'
- script: |
dotnet publish -c Release -r linux-arm ./examples/ConsoleViewer/ConsoleViewer.csproj -o ./publish/console-viewer
dotnet publish -c Release -r linux-arm ./examples/WebViewer/WebViewer.csproj -o ./publish/web-viewer
dotnet publish -c Release -r linux-arm ./examples/ConsoleViewer/ConsoleViewer.csproj -o $(System.WorkFolder)/publish/console-viewer
dotnet publish -c Release -r linux-arm ./examples/WebViewer/WebViewer.csproj -o $(System.WorkFolder)/publish/web-viewer
displayName: Publish example apps

0 comments on commit d9659e1

Please sign in to comment.