Skip to content

Commit 85514c7

Browse files
committed
删除注释
1 parent 4015170 commit 85514c7

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

.github/workflows/NuGet-tag-publish-MediaConverters.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
run: dotnet build --configuration Release src\MediaConverters\MediaConverters.sln
2424

2525
- name: Pack MediaConverters.Tool.ContextNuGet
26-
run: |
27-
dotnet pack --no-build true --configuration Release src\MediaConverters\MediaConverters.Tool.ContextNuGet\MediaConverters.Tool.ContextNuGet.csproj
26+
run: dotnet pack --no-build true --configuration Release src\MediaConverters\MediaConverters.Tool.ContextNuGet\MediaConverters.Tool.ContextNuGet.csproj
2827

2928
- name: Publish and Pack win-x86
3029
run: |
@@ -36,10 +35,6 @@ jobs:
3635
dotnet publish -c Release -r win-x64 src\MediaConverters\MediaConverters.Tool\MediaConverters.Tool.csproj
3736
dotnet pack --configuration Release /p:RuntimeIdentifier=win-x64 src\MediaConverters\MediaConverters.Tool.RuntimeNuGet\MediaConverters.Tool.RuntimeNuGet.csproj
3837
39-
# - name: Add private GitHub registry to NuGet
40-
# run: |
41-
# dotnet nuget add source --username dotnet-campus --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/dotnet-campus/index.json"
42-
4338
- name: Push generated package to NuGet
4439
run: |
4540
dotnet nuget push .\bin\Release\*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
@@ -101,10 +96,6 @@ jobs:
10196
dotnet publish -c Release -r linux-x64 src/MediaConverters/MediaConverters.Tool/MediaConverters.Tool.csproj
10297
dotnet pack --configuration Release /p:RuntimeIdentifier=linux-x64 src/MediaConverters/MediaConverters.Tool.RuntimeNuGet/MediaConverters.Tool.RuntimeNuGet.csproj
10398
104-
# - name: Add private GitHub registry to NuGet
105-
# run: |
106-
# dotnet nuget add source --username dotnet-campus --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/dotnet-campus/index.json"
107-
10899
- name: Push generated package to NuGet
109100
run: |
110101
dotnet nuget push ./bin/Release/*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NugetKey }}
@@ -138,11 +129,7 @@ jobs:
138129
- name: Publish and Pack linux-arm64
139130
run: |
140131
dotnet publish -c Release -r linux-arm64 src/MediaConverters/MediaConverters.Tool/MediaConverters.Tool.csproj
141-
dotnet pack --configuration Release /p:RuntimeIdentifier=linux-arm64 src/MediaConverters/MediaConverters.Tool.RuntimeNuGet/MediaConverters.Tool.RuntimeNuGet.csproj
142-
143-
# - name: Add private GitHub registry to NuGet
144-
# run: |
145-
# dotnet nuget add source --username dotnet-campus --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/dotnet-campus/index.json"
132+
dotnet pack --configuration Release /p:RuntimeIdentifier=linux-arm64 src/MediaConverters/MediaConverters.Tool.RuntimeNuGet/MediaConverters.Tool.RuntimeNuGet.csproj
146133
147134
- name: Push generated package to NuGet
148135
run: |

0 commit comments

Comments
 (0)