❔ Issues separating build artifacts in dev ops
I'm having trouble packaging some artificats in dev ops, I have an IO and an Presntation project. The presentation layer keeps being coppied into the API collateral as well as separately
MainProject.sln
.NET CORE: Restore
Build API
.NET CORE: Publish to artificat directory
ASP Publish to file location
rx/API
Build Presentation
.NET CORE: Publish to artificat directory
ASP Publish to file location
rx/Presentation
I'm thinking maybe the deploy web app step on I think publish is looking for appsettings.json so it grabs presentation collateral and shoves in inside my io collateral
MainProject.sln
- Model_Library.csproj
- StaticUtilities.csproj
- BlazorServerApp.csproj
- APIWorkerForBlazorServerApp.csproj
- Artifacts
Presentation/
BlazorServerApp.dll
Resources
wwwwroot, etc
API/
APIWorkerForBlazorServerApp.dll
Resources
- Artifacts
Presentation/
BlazorServerApp.dll
Resources
wwwwroot, etc
API/
APIWorkerForBlazorServerApp.dll
Resources
Presentation/
BlazorServerApp.dll
Resources
wwwwroot, etc
.NET CORE: Restore
Build API
.NET CORE: Publish to artificat directory
ASP Publish to file location
rx/API
Build Presentation
.NET CORE: Publish to artificat directory
ASP Publish to file location
rx/Presentation
I'm thinking maybe the deploy web app step on I think publish is looking for appsettings.json so it grabs presentation collateral and shoves in inside my io collateral