File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -49,15 +49,11 @@ jobs:
49
49
uses : actions/setup-dotnet@v3
50
50
with :
51
51
dotnet-version : 8.0.x
52
- - name : Clear Configuration Evolutionary Architecture Nuget Source
53
- run : dotnet nuget remove source evolutionaryArchitecture
54
52
- name : Add Evolutionary Architecture Nuget Source
55
- run : |
56
- dotnet nuget add source --username $OWNER --password $GITHUB_TOKEN --store-password-in-clear-text --name github "https://nuget.pkg.github.com/$OWNER/index.json"
57
- dotnet nuget list source
58
- env :
59
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
60
- OWNER : ${{ github.repository_owner }}
53
+ uses : evolutionary-architecture/evolutionary-architecture-by-example/.github@feature/nuget_config
54
+ with :
55
+ github-token : ${{ secrets.GITHUB_TOKEN }}
56
+ owner : ${{ github.repository_owner }}
61
57
- name : Restore dependencies
62
58
run : dotnet restore
63
59
- name : Test
You can’t perform that action at this time.
0 commit comments