Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesDawson committed Oct 8, 2024
1 parent 54c5b64 commit 04c4950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $devopsExtensions = @(
# Build process configuration
#
$SolutionToBuild = (Resolve-Path (Join-Path $here "./Solutions/Ais.Net.Models.sln")).Path
$SkipBuildModuleVersionCheck = $true # currently doesn't correctly with endjin-devops
$SkipBuildModuleVersionCheck = $true # currently doesn't work properly with endjin-devops

# Set default build task
task . FullBuild
Expand Down

0 comments on commit 04c4950

Please sign in to comment.