Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
marcschier committed May 8, 2024
1 parent 5b227d5 commit 8305641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/e2etesting/steps/buildtestresources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ steps:
packageType: sdk
version: 8.0.x
includePreviewVersions: false
installationPath: $(Agent.ToolsDirectory)/dotnet
installationPath: $(Agent.ToolsDirectory)\dotnet

- task: CmdLine@2
displayName: 'Run dotnet publish for TestEventProcessor'
timeoutInMinutes: 90
inputs:
script: 'dotnet publish "$(Build.SourcesDirectory)/tools/e2etesting/TestEventProcessor/TestEventProcessor.Service/TestEventProcessor.Service.csproj" --configuration Release -o "$(Build.ArtifactStagingDirectory)/TestEventProcessor"'
workingDirectory: '$(Agent.ToolsDirectory)/dotnet'
script: 'dotnet publish "$(BasePath)\TestEventProcessor\TestEventProcessor.Service\TestEventProcessor.Service.csproj" --configuration Release -o "$(Build.ArtifactStagingDirectory)\TestEventProcessor"'
workingDirectory: '$(Agent.ToolsDirectory)\dotnet'
flattenFolders: true

0 comments on commit 8305641

Please sign in to comment.