Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _shared/.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ task VersionModule {
if($null -ne $env:APPVEYOR_REPO_BRANCH) {
Write-Build Green " [~] Running under APPVEYOR branch: $($env:APPVEYOR_REPO_BRANCH)"

if($env:APPVEYOR_REPO_BRANCH -ine "beta" -and $env:APPVEYOR_REPO_BRANCH -ine "master") {
if($env:APPVEYOR_REPO_BRANCH -ine "master") {
Write-Build Green " skipping APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"
} else {
Write-Build Green " using APPVEYOR versioning for branch: $($env:APPVEYOR_REPO_BRANCH)"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "ms-dynamics-crm90-server-en",
"uri": "https://download.microsoft.com/download/B/D/0/BD0FA814-9885-422A-BA0E-54CBB98C8A33/CRM9.0-Server-ENU-amd64.exe",

"checksum": "B255463DCD57905CFCA7B411D0B2BBC9BAD90B2AC2C308B2746BFB7870D9A7AC",
"checksum": "7AFEC9D8657FD3B9799FEECA928F0210EEF88D859649EEC78E735DE528DAC866",
"checksum_type": "sha256",

"metadata": {
Expand Down