File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 9595 run : |
9696 echo "Setting NuGet version from tag: ${GITHUB_REF#refs/tags/}"
9797 echo "NugetPackageVersion=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
98+ shell : bash
9899
99100 - name : Set NuGet Version to PR Version
100101 if : ${{ github.event_name == 'pull_request' }}
@@ -153,7 +154,7 @@ jobs:
153154 shell : bash
154155
155156 - name : Build and Pack CommunityToolkit.Maui.Markup
156- run : dotnet pack -c Release ${{ env.PathToCommunityToolkitCsproj }} -p:PackageVersion=$NugetPackageVersion -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
157+ run : dotnet pack -c Release ${{ env.PathToCommunityToolkitCsproj }} -p:PackageVersion=${{ env. NugetPackageVersion }} -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
157158
158159 - name : ' Check Dependencies'
159160 if : ${{ runner.os == 'Windows' && (success() || failure()) }}
@@ -230,8 +231,8 @@ jobs:
230231 --file-list "${{ github.workspace }}/SignClientFileList.txt"
231232 --timestamp-url "http://timestamp.digicert.com"
232233 --publisher-name ".NET Foundation"
233- --description ".NET MAUI Markup Community Toolkit"
234- --description-url "https://github.com/CommunityToolkit/Maui.Markup "
234+ --description "Community Toolkit MAUI "
235+ --description-url "https://github.com/CommunityToolkit/Maui"
235236 --azure-key-vault-url "${{ secrets.SIGN_KEY_VAULT_URL }}"
236237 --azure-key-vault-client-id ${{ secrets.SIGN_CLIENT_ID }}
237238 --azure-key-vault-client-secret "${{ secrets.SIGN_CLIENT_SECRET }}"
You can’t perform that action at this time.
0 commit comments