File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ jobs:
119
119
# - name: Deploy NuGet package (Release/devel/il2c-devel)
120
120
# if: (env.buildConfiguration == 'Release') && (startsWith(github.ref, 'refs/tags/'))
121
121
# run: |
122
- # dotnet nuget push artifacts/IL2C.Interop.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
123
- # dotnet nuget push artifacts/IL2C.Core.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
124
- # dotnet nuget push artifacts/IL2C.Build.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
125
- # dotnet nuget push artifacts/IL2C.Toolchain.gcc4.mingw32.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
122
+ # dotnet nuget push artifacts/IL2C.Interop.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
123
+ # dotnet nuget push artifacts/IL2C.Core.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
124
+ # dotnet nuget push artifacts/IL2C.Build.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
125
+ # dotnet nuget push artifacts/IL2C.Toolchain.gcc4.mingw32.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
126
126
127
127
# ----------------------------------------------------------------------
128
128
Original file line number Diff line number Diff line change @@ -122,10 +122,10 @@ jobs:
122
122
- name : Deploy NuGet package (Release/devel/il2c-devel)
123
123
if : (env.buildConfiguration == 'Release') && (startsWith(github.ref, 'refs/tags/'))
124
124
run : |
125
- dotnet nuget push artifacts\IL2C.Interop.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
126
- dotnet nuget push artifacts\IL2C.Core.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
127
- dotnet nuget push artifacts\IL2C.Build.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
128
- dotnet nuget push artifacts\IL2C.Toolchain.gcc4.mingw32.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_MYGET_KEY }}
125
+ dotnet nuget push artifacts\IL2C.Interop.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
126
+ dotnet nuget push artifacts\IL2C.Core.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
127
+ dotnet nuget push artifacts\IL2C.Build.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
128
+ dotnet nuget push artifacts\IL2C.Toolchain.gcc4.mingw32.*.nupkg --source il2c-devel --api-key ${{secrets.GH_IL2C_NUGET_DEVEL_KEY }}
129
129
130
130
# ----------------------------------------------------------------------
131
131
Original file line number Diff line number Diff line change 2
2
<configuration >
3
3
<packageSources >
4
4
<clear />
5
- <add key =" il2c-devel" value =" https://www.myget.org/F/il2c/api/v3/index.json" />
5
+ <add key =" il2c-devel" value =" http://ciserver2.kekyo.online:59103/repository/nuget/" />
6
+ <add key =" il2c-olddevel" value =" https://www.myget.org/F/il2c/api/v3/index.json" />
6
7
<add key =" nuget.org" value =" https://api.nuget.org/v3/index.json" />
7
8
</packageSources >
8
9
</configuration >
You can’t perform that action at this time.
0 commit comments