Skip to content

Commit

Permalink
add dir for dotnet certif
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucile Jeanneret committed Dec 17, 2024
1 parent f26947d commit b325ae6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main_virtualteacher-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
with:
dotnet-version: 8.0.402

- name: Create target directory for HTTPS developer certificate
run: mkdir -p %appdata/ASP.NET/https

- name: Change directory to HTTPS certificate folder
run: cd %appdata/ASP.NET/https


- name: Build with dotnet
run: dotnet build --configuration Release

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/main_webapp-virtual-teacher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.x'

- name: Create target directory for HTTPS developer certificate
run: mkdir -p ~/.aspnet/https

- name: Change directory to HTTPS certificate folder
run: cd ~/.aspnet/https

- name: Create target directory for HTTPS developer certificate
run: mkdir -p ${{env.DOTNET_ROOT}}/myapp
Expand Down

0 comments on commit b325ae6

Please sign in to comment.