Skip to content

Commit

Permalink
Fix quote issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Feb 9, 2022
1 parent 90b7ea5 commit fc6a1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
inputs:
command: 'test'
projects: '$(Build.SourcesDirectory)\EndlessClient.sln'
arguments: '--filter "TestCategory!=GraphicsDevice --configuration $(buildConfiguration)'
arguments: '--filter "TestCategory!=GraphicsDevice" --configuration $(buildConfiguration)'

- task: CopyFiles@2
displayName: 'Copy Files to EndlessClient drop upload directory'
Expand Down

0 comments on commit fc6a1a8

Please sign in to comment.