Skip to content

Commit

Permalink
Disable breaking changes check
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Nov 3, 2023
1 parent 421033c commit 396dde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Build/Scripts/PreCompileApp.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ if($appType -eq 'app')
Compile-AppInBcContainer @tempParameters | Out-Null
}
}

Enable-BreakingChangesCheck -AppSymbolsFolder $parameters.Value["appSymbolsFolder"] -AppProjectFolder $parameters.Value["appProjectFolder"] -BuildMode $appBuildMode | Out-Null
# TODO: Reenable breaking changes check
# Enable-BreakingChangesCheck -AppSymbolsFolder $parameters.Value["appSymbolsFolder"] -AppProjectFolder $parameters.Value["appProjectFolder"] -BuildMode $appBuildMode | Out-Null
}
}
}

0 comments on commit 396dde5

Please sign in to comment.