diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 18f7494..5c6dace 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 \ No newline at end of file