File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 26
26
runs-on : windows-2019
27
27
28
28
steps :
29
- # Checkout the local repository
30
29
- uses : actions/checkout@v4
31
30
31
+ - uses : actions/setup-dotnet@v4
32
+ with :
33
+ global-json-file : global.json
34
+
32
35
- name : Add local NuGet repository
33
36
run : dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Yubico/index.json"
34
37
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- uses : actions/checkout@v4
34
+
35
+ - uses : actions/setup-dotnet@v4
36
+ with :
37
+ global-json-file : global.json
34
38
35
39
- name : Add local NuGet repository
36
40
run : dotnet nuget add source --username ${{ github.actor }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/Yubico/index.json"
You can’t perform that action at this time.
0 commit comments