mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Fixed publish path
This commit is contained in:
parent
367c61b0ae
commit
b150f5e8c0
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ variables:
|
|||
testProj: '**/*.Tests.csproj'
|
||||
csProj: '**/*.csproj'
|
||||
buildConfiguration: 'Release'
|
||||
publishLocation: '$(Build.SourcesDirectory)src/Ombi/bin/Release/netcoreapp2.2/'
|
||||
publishLocation: '$(Build.SourcesDirectory)/src/Ombi/bin/Release/netcoreapp2.2/'
|
||||
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue