mirror of
https://github.com/EpicMorg/SourceSDK.ENV.Editor.git
synced 2025-07-02 06:49:27 +03:00
gha
This commit is contained in:
parent
7a595ab8d7
commit
e8cf00f9ef
3
.github/workflows/develop.yml
vendored
3
.github/workflows/develop.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: NuGet/setup-nuget@v1
|
uses: NuGet/setup-nuget@v1
|
||||||
|
|
||||||
|
- name: Add nuget private repo
|
||||||
|
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"
|
||||||
|
|
||||||
- name: Restore NuGet Packages
|
- name: Restore NuGet Packages
|
||||||
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
||||||
|
|
||||||
|
3
.github/workflows/master.yml
vendored
3
.github/workflows/master.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: NuGet/setup-nuget@v1
|
uses: NuGet/setup-nuget@v1
|
||||||
|
|
||||||
|
- name: Add nuget private repo
|
||||||
|
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"
|
||||||
|
|
||||||
- name: Restore NuGet Packages
|
- name: Restore NuGet Packages
|
||||||
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
||||||
|
|
||||||
|
3
.github/workflows/pr.yml
vendored
3
.github/workflows/pr.yml
vendored
@ -33,6 +33,9 @@ jobs:
|
|||||||
- name: Setup NuGet
|
- name: Setup NuGet
|
||||||
uses: NuGet/setup-nuget@v1
|
uses: NuGet/setup-nuget@v1
|
||||||
|
|
||||||
|
- name: Add nuget private repo
|
||||||
|
run: nuget add source --username ${{ secrets.GITHUB_USERNAME }} --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/colhountech/index.json"
|
||||||
|
|
||||||
- name: Restore NuGet Packages
|
- name: Restore NuGet Packages
|
||||||
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
run: nuget restore src/SourceSDK.ENV.Editor.sln
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user