Skip to content

Commit

Permalink
Move disabled tests and rulesets to Build folder (microsoft#26131)
Browse files Browse the repository at this point in the history
<!-- Thank you for submitting a Pull Request. If you're new to
contributing to AlAppExtensions please read our pull request guideline
below
* https://github.com/microsoft/ALAppExtensions/blob/main/CONTRIBUTING.md
-->
#### Summary <!-- Provide a general summary of your changes -->
Move disabled tests and rulesets to Build folder

#### Work Item(s) <!-- Add the issue number here after the #. The issue
needs to be open and approved. Submitting PRs with no linked issues or
unapproved issues is highly discouraged. -->
Fixes
[AB#507952](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/507952)
  • Loading branch information
aholstrup1 authored Mar 19, 2024
1 parent 6e0ee91 commit f11eefb
Show file tree
Hide file tree
Showing 55 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/AL-Go-Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"artifact": "https://bcinsider.azureedge.net/sandbox/25.0.17516.0/base",
"country": "base",
"useProjectDependencies": true,
"repoVersion": "24.0",
"repoVersion": "25.0",
"cleanModePreprocessorSymbols": [
"CLEAN17",
"CLEAN18",
Expand Down Expand Up @@ -49,11 +49,10 @@
"enableAppSourceCop": true,
"enablePerTenantExtensionCop": true,
"enableUICop": true,
"rulesetFile": "..\\..\\..\\Apps\\rulesets\\app.ruleset.json",
"rulesetFile": "..\\..\\..\\Build\\rulesets\\app.ruleset.json",
"skipUpgrade": true,
"fullBuildPatterns": [
"Build/*",
"src/rulesets/*",
".github/workflows/PullRequestHandler.yaml",
".github/workflows/_BuildALGoProject.yaml"
],
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion Build/Scripts/RunTestsInBcContainer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Import-Module $PSScriptRoot\EnlistmentHelperFunctions.psm1
function Get-DisabledTestsFolder
{
$baseFolder = Get-BaseFolder
return "$baseFolder\Apps\DisabledTests"
return "$baseFolder\Build\DisabledTests"
}

function Get-DisabledTests
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f11eefb

Please sign in to comment.