Skip to content

Commit

Permalink
Drop using forks
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 25, 2023
1 parent fd164a2 commit 113f0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install .NET
uses: frederikprijck/setup-dotnet@main
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x

Expand All @@ -24,7 +24,7 @@ jobs:
run: dotnet workload install android

- name: Setup NuGet
uses: frederikprijck/setup-nuget@main
uses: nuget/setup-nuget@v1

- name: Restore NuGet
run: nuget restore Auth0.OidcClient.All.sln
Expand All @@ -36,7 +36,7 @@ jobs:
run: msbuild Auth0.OidcClient.All.sln -t:rebuild -verbosity:diag -property:Configuration=Release

- name: Tests
uses: frederikprijck/vstest-action@main
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: '**\bin\**\*UnitTests.dll'
searchFolder: '.\'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ref: ${{ github.event.inputs.branch }}

- name: Install .NET
uses: frederikprijck/setup-dotnet@main
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.x

Expand All @@ -41,7 +41,7 @@ jobs:
run: dotnet workload install android

- name: Setup NuGet
uses: frederikprijck/setup-nuget@main
uses: nuget/setup-nuget@v1

- name: Restore NuGet
run: nuget restore Auth0.OidcClient.All.sln
Expand Down Expand Up @@ -69,12 +69,12 @@ jobs:
run: ./tools/build-docs.sh
shell: bash

- uses: frederikprijck/upload-artifact@main
- uses: actions/upload-artifact@v3
with:
name: docs
path: docs

- uses: frederikprijck/upload-artifact@main
- uses: actions/upload-artifact@v3
with:
name: drop
path: '**/*.nupkg'
Expand Down

0 comments on commit 113f0b6

Please sign in to comment.