Browse Source

Remove explicitly setting tsaoptions.json path (#623)

It's the default path and the backslash causes TSA to fail to find the file on Linux
pull/624/head
Alexander Köplinger 2 months ago
committed by GitHub
parent
commit
c49d803963
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      azure-pipelines.yml

1
azure-pipelines.yml

@ -39,7 +39,6 @@ extends:
enabled: true
tsa:
enabled: true
configFile: '$(Build.SourcesDirectory)\.config\tsaoptions.json'
customBuildTags:
- ES365AIMigrationTooling
stages:

Loading…
Cancel
Save