Skip to content

Commit 9281658

Browse files
committed
Removing publish
1 parent 4b9633f commit 9281658

File tree

2 files changed

+19
-25
lines changed

2 files changed

+19
-25
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,21 @@ jobs:
1616
build:
1717
strategy:
1818
fail-fast: false
19-
runs-on: windows-latest
19+
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0
25-
- name: Install SQL Local DB
26-
run: ./Setup.ps1
27-
shell: pwsh
2825
- name: Build and Test
2926
run: ./Build.ps1
3027
shell: pwsh
31-
- name: Push to MyGet
32-
env:
33-
NUGET_URL: https://www.myget.org/F/automapperdev/api/v3/index.json
34-
NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
35-
run: ./Push.ps1
36-
shell: pwsh
28+
# - name: Push to MyGet
29+
# env:
30+
# NUGET_URL: https://www.myget.org/F/automapperdev/api/v3/index.json
31+
# NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
32+
# run: ./Push.ps1
33+
# shell: pwsh
3734
- name: Artifacts
3835
uses: actions/upload-artifact@v4
3936
with:

.github/workflows/release.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,21 @@ jobs:
1717
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
20-
- name: Install SQL Local DB
21-
run: ./Setup.ps1
22-
shell: pwsh
2320
- name: Build and Test
2421
run: ./Build.ps1
2522
shell: pwsh
26-
- name: Push to MyGet
27-
env:
28-
NUGET_URL: https://www.myget.org/F/automapperdev/api/v3/index.json
29-
NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
30-
run: ./Push.ps1
31-
shell: pwsh
32-
- name: Push to NuGet
33-
env:
34-
NUGET_URL: https://api.nuget.org/v3/index.json
35-
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
36-
run: ./Push.ps1
37-
shell: pwsh
23+
# - name: Push to MyGet
24+
# env:
25+
# NUGET_URL: https://www.myget.org/F/automapperdev/api/v3/index.json
26+
# NUGET_API_KEY: ${{ secrets.MYGET_CI_API_KEY }}
27+
# run: ./Push.ps1
28+
# shell: pwsh
29+
# - name: Push to NuGet
30+
# env:
31+
# NUGET_URL: https://api.nuget.org/v3/index.json
32+
# NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
33+
# run: ./Push.ps1
34+
# shell: pwsh
3835
- name: Artifacts
3936
uses: actions/upload-artifact@v4
4037
with:

0 commit comments

Comments
 (0)