Browse Source

Fix Github workflows

pull/94/head
Anairkoen Schno 3 years ago
parent
commit
9eee7a460d
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
3 changed files with 7 additions and 1 deletions
  1. +3
    -1
      .github/workflows/build.yml
  2. +2
    -0
      .github/workflows/docs.yml
  3. +2
    -0
      .github/workflows/tag_docs.yml

+ 3
- 1
.github/workflows/build.yml View File

@ -34,6 +34,8 @@ jobs:
with:
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json
dotnet-version: "3.1.404" # since we now use this
- name: Clear Nuget Cache
run: dotnet nuget locals all --clear
- name: Restore
run: msbuild -t:Restore -m
- name: Build
@ -47,4 +49,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: BSIPA-net35-${{ env.Platform }}
path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/
path: BSIPA-Meta/bin/${{ env.Platform }}/${{ env.Configuration }}/net35/

+ 2
- 0
.github/workflows/docs.yml View File

@ -31,6 +31,8 @@ jobs:
with:
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json
dotnet-version: "3.1.404" # since we now use this
- name: Clear Nuget Cache
run: dotnet nuget locals all --clear
- name: Nuget Restore
run: msbuild -t:Restore -m
- name: Install DocFX


+ 2
- 0
.github/workflows/tag_docs.yml View File

@ -30,6 +30,8 @@ jobs:
with:
# As usual, obtained from: https://dotnetcli.blob.core.windows.net/dotnet/release-metadata/5.0/releases.json
dotnet-version: "3.1.404" # since we now use this
- name: Clear Nuget Cache
run: dotnet nuget locals all --clear
- name: Nuget Restore
run: msbuild -t:Restore -m
- name: Install DocFX


Loading…
Cancel
Save