Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 67b57e1

Browse files
Merge pull request #17 from SubPointSolutions/beta
+ ms-dynamics-crm90-server-en resource checksum fix and AppVeyor build changes
2 parents d3c3ce8 + e139db6 commit 67b57e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_shared/.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ task VersionModule {
110110
if($null -ne $env:APPVEYOR_REPO_BRANCH) {
111111
Write-Build Green " [~] Running under APPVEYOR branch: $($env:APPVEYOR_REPO_BRANCH)"
112112

113-
if($env:APPVEYOR_REPO_BRANCH -ine "beta" -and $env:APPVEYOR_REPO_BRANCH -ine "master") {
113+
if($env:APPVEYOR_REPO_BRANCH -ine "master") {
114114
Write-Build Green " skipping APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"
115115
} else {
116116
Write-Build Green " using APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"

invoke-uplift/src/resource-files/ms-dynamics-crm90.resource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "ms-dynamics-crm90-server-en",
66
"uri": "https://download.microsoft.com/download/B/D/0/BD0FA814-9885-422A-BA0E-54CBB98C8A33/CRM9.0-Server-ENU-amd64.exe",
77

8-
"checksum": "B255463DCD57905CFCA7B411D0B2BBC9BAD90B2AC2C308B2746BFB7870D9A7AC",
8+
"checksum": "7AFEC9D8657FD3B9799FEECA928F0210EEF88D859649EEC78E735DE528DAC866",
99
"checksum_type": "sha256",
1010

1111
"metadata": {

0 commit comments

Comments
 (0)