Skip to content

Commit 43fc7c8

Browse files
committed
Update dotnet-build.yml
1 parent 9a0e662 commit 43fc7c8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/dotnet-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
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 }}"

0 commit comments

Comments
 (0)