File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 with :
135135 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
136136
137- - name : Push signed NuGet packages to NuGet .org
137+ - name : Push NuGet packages to MyGet .org
138138 run : |
139139 dotnet nuget push "*.nupkg" --api-key ${{ secrets.MYGET_TOKEN }} --skip-duplicate --source https://www.myget.org/F/domaindrivendev/api/v2
140140
@@ -161,6 +161,6 @@ jobs:
161161 with :
162162 dotnet-version : ${{ needs.build.outputs.dotnet-sdk-version }}
163163
164- - name : Push signed NuGet packages to NuGet.org
164+ - name : Push NuGet packages to NuGet.org
165165 run : |
166166 dotnet nuget push "*.nupkg" --api-key ${{ secrets.NUGET_TOKEN }} --skip-duplicate --source https://api.nuget.org/v3/index.json
Original file line number Diff line number Diff line change 5252 <WarnOnPackingNonPackableProject >false</WarnOnPackingNonPackableProject >
5353 </PropertyGroup >
5454 <PropertyGroup Condition =" '$(GITHUB_ACTIONS)' != '' " >
55- <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' " >preview</VersionSuffix >
55+ <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' == '' " >preview.$(GITHUB_RUN_NUMBER) </VersionSuffix >
5656 <VersionSuffix Condition =" '$(VersionSuffix)' == '' AND '$(GITHUB_HEAD_REF)' != '' " >pr.$(GITHUB_REF_NAME.Replace('/merge', '')).$(GITHUB_RUN_NUMBER)</VersionSuffix >
5757 <VersionSuffix Condition =" '$(GITHUB_EVENT_NAME)' == 'workflow_dispatch' AND '$(GITHUB_REF_PROTECTED)' == 'true' " ></VersionSuffix >
5858 <FileVersion Condition =" '$(GITHUB_RUN_NUMBER)' != '' " >$(VersionPrefix).$(GITHUB_RUN_NUMBER)</FileVersion >
You can’t perform that action at this time.
0 commit comments