This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added ProjectName to the output path
pull/1259/head
Tim McCarthy
5 years ago
parent
ef4d322567
commit
4a0e3e47d9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/aro/webapp-build-artifacts.yml
+ 1
- 1
build/aro/webapp-build-artifacts.yml
View File
@ -31,7 +31,7 @@ jobs:
command
:
publish
publishWebProjects
:
false
projects
:
'**/$(ProjectName).csproj'
arguments
:
'--configuration Release --output $(Build.ArtifactStagingDirectory) /p:MicrosoftNETPlatformLibrary=Microsoft.NETCore.App'
arguments
:
'--configuration Release --output $(Build.ArtifactStagingDirectory)
/$(ProjectName)
/p:MicrosoftNETPlatformLibrary=Microsoft.NETCore.App'
zipAfterPublish
:
false
modifyOutputPath
:
true
feedsToUse
:
config
Write
Preview
Loading…
Cancel
Save