File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -26,18 +26,15 @@ jobs:
2626 id : set-variables
2727 run : |
2828 if [[ ${{ github.ref_name }} =~ v[0-9]+.[0-9]+.[0-9]+ ]]; then
29- echo "MORYX_PACKAGE_TARGET=https://www.myget.org/F/moryx/api/v2/package" >> $GITHUB_OUTPUT
30- echo "MORYX_PACKAGE_TARGET_V3=https://www.myget.org/F/moryx/api/v3/index.json" >> $GITHUB_OUTPUT
29+ echo "MORYX_PACKAGE_TARGET=https://api.nuget.org/v3/index.json" >> $GITHUB_OUTPUT
3130 echo "NPM_PACKAGE_SOURCE=//www.myget.org/F/moryx-ci/npm/" >> $GITHUB_OUTPUT
3231 else
3332 echo "MORYX_PACKAGE_TARGET=https://www.myget.org/F/moryx-ci/api/v2/package" >> $GITHUB_OUTPUT
34- echo "MORYX_PACKAGE_TARGET_V3=https://www.myget.org/F/moryx-ci/api/v3/index.json" >> $GITHUB_OUTPUT
3533 echo "NPM_PACKAGE_SOURCE=//www.myget.org/F/moryx-ci/npm/" >> $GITHUB_OUTPUT
3634 fi
3735 outputs :
3836 dotnet_sdk_version : ${{ env.dotnet_sdk_version }}
3937 MORYX_PACKAGE_TARGET : ${{ steps.set-variables.outputs.MORYX_PACKAGE_TARGET }}
40- MORYX_PACKAGE_TARGET_V3 : ${{ steps.set-variables.outputs.MORYX_PACKAGE_TARGET_V3 }}
4138 NPM_PACKAGE_SOURCE : ${{ steps.set-variables.outputs.NPM_PACKAGE_SOURCE }}
4239
4340 Tests :
You can’t perform that action at this time.
0 commit comments