Skip to content

Commit

Permalink
Build the ASP.NET app
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanotti committed Nov 23, 2024
1 parent db06c59 commit 61c1041
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/win-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,13 @@ jobs:
Copy-Item .\packaging\installer\install.ps1 .\tests\zeroconfig\windows\testdata\docker-setup\
Invoke-WebRequest -Uri https://aka.ms/dotnet/6.0/dotnet-hosting-win.exe -OutFile .\tests\zeroconfig\windows\testdata\docker-setup\dotnet-hosting-win.exe -UseBasicParsing
- name: Build the .NET Framework App
working-directory: .\tests\zeroconfig\windows\testdata\apps\
run: |
nuget restore
msbuild .\AspNet.WebApi.NetFramework\AspNet.WebApi.NetFramework.csproj /p:Configuration=Release /p:Platform=AnyCPU /p:OutputPath=..\bin\aspnetfxapp
dotnet publish .\AspNetCore.WebApi.Net\AspNetCore.WebApi.Net.csproj --configuration Release --runtime win-x64 --self-contained false -p:OutputPath=..\bin\aspnetcoreapp
- name: Build the docker compose
working-directory: tests/zeroconfig/windows/testdata/
run: docker compose build
Expand Down

0 comments on commit 61c1041

Please sign in to comment.