NVRAppDevOps

2.8.6

cmdlets for DevOps for Business Central

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name NVRAppDevOps

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name NVRAppDevOps

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2018-2023 Kamil Sacek

Package Details

Author(s)

  • Kamil Sacek

Dependencies

Release Notes

2.8.6
- Try to preserve file encoding when reading and writing settings.json file in Invoke-PaketForAl
- Enhance module path resolution by checking both "program files" and "PFiles64" or "pfiles" for different files in artifacts
- Fix path handling for locating ALLanguage.vsix in Get-ALCompilerFromArtifact function
- Refactor path handling for ALLanguage.vsix extraction
- Add Microsoft Shopify Connector app path to artifact import

2.8.5
- Add retry for running tests in Run-ALTestInContainer
- Fix bug in missing version for dependencies in Get-ALAppOrderByID and Get-ALAppOrder

2.8.4
- conditional mapping of the repository folder into the container
- accept_insiderEula parameter for New-BCContainer in Init-ALEnvironment
- add Sign-ALAppsAzure to sign apps with Azure KeyVault certificate
- add Install-SigningTool to install the signing tool
- If environment variable PaketExePath is set, use it for Paket execution
- Add Invoke-PaketForAl to run Paket commands for AL projects easilly

2.8.3
- BCv24 compilation support by adding the Microsoft Business Foundation.app into dependencies
- Long path support for NuGet cmdlets
- Add verbose output of paket.dependencies for better debugging
- Fix missing .app. management module in BCv24 Powershell 5 bridge

2.8.2
- Fix problems with Install-ALNugetPackage and Compile-ALProjectTree when packages were not installed

2.8.1
- Fix Download-ALApp when no dependencies to download

2.8.0
- Support for downloading NuGet packages with Unified naming for Download-ALApp, Download-ALAppFromNuget and Compile-ALProjectTree
- If $env:NVRAppDevOpsNugetFeedUrl is set to Azure DevOps MS feed with MS packages, the Format-AppNameForNuget will try to find the package name by ID. This is workaround for finding correct package names for e.g. Czech localization
apps having tag CZ even when they are build on W1.

2.7.1
- Fixing compatibility with BCv24 folder structure of the vsix/alc.exe (Issue #37, #38)            

2.7.0
- Fixing compatibility with BCv24 folder structure of the vsix/alc.exe (Issue #37, #38 and #39 - thanks @skmcavoy for reporting!)

2.6.7
- Fix Get-ALAppOrder infinite loop in case of cyclic dependencies (set to max 20 iterations)

2.6.6
- Fix bug when Install-ALNugetPackageByPaket with Ignore parameter doesn't work correctly (no app is copied to target folder)

2.6.2
- Fix error " Method invocation failed because [System.Int32] does not contain a method named 'Contains'" in Install-ALNugetPackageByPaket.ps1

2.5.0
- Added ConvertTo-PaketDependencies script to convert App.json dependencies into paket.dependencies file to be able to download symbols/apps through Paket CLI (https://fsprojects.github.io/Paket/)
- Added parameters UnifiedNaming and DependencyTag into New-ALNuSpec to be able to use unified naming for the dependencies and the package as it will be used by Microsoft
- Added New-ALNuSpecForAppFile to create nuspec file for app file
- Added Format-AppNameForNuget to format app name for NuGet package name based on Unified naming rules

2.4.0
- Removed custom parameter '-e CustomNavSettings=ServicesUseNTLMAuthentication=true' when initializing environment. If needed, add it as optionalParameters. This parameter makes problems on BCv22.5 and newer ("There was no endpoint listening at http://localhost:7086/BC/ManagementServicePs/Service.svc that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details."))

2.3.0
- Add support for new alc.exe parameters SourceRepositoryUrl, SourceCommit, BuildBy and BuildUrl
           
2.2.0
- Add Install-ALNugetPackageByPaket to install nuget package by Paket manager. Paket have better dependency resolving than nuget.exe

2.1.0
- Add IncludeBaseApp switch into New-ALNuSpec to include microsoft Application into dependencies (preview, to be able to select package based on MS application version dependency)

2.0.44
- Fixed issue #34 - rulesetfile parameter bug in Compile-AppWithArtifact.ps1 (thanks @skmcavoy)

2.0.43
- Fixed support for v21 and older management script location in Get-BCModulePathFromArtifact

2.0.42
- Add support for v22 management script location in Get-BCModulePathFromArtifact
       
2.0.41
- Format-AppNameForNuget now replace / character

2.0.40
- Fixing regular expression for replacing () characters
       
2.0.39
- Format-AppNameForNuget now replace even () characters
       
2.0.38
- Update lastused on the artifact when module is imported from it

2.0.36
- Replace & i nuget package with _

2.0.35
- Add Escaping of special chars in New-ALNuSpec

2.0.34
- Install-ALNugetPackage HighestMinor for x.y.z.0 will search for x.y.*.* instead x.*.*.*
       
2.0.33
- Install-ALNugetPackage Lowest and HighestMinor search bugfix

2.0.32
- Install-ALNugetPackage ExactVersion filter bugfix

2.0.31
- Install-ALNugetPackage ExactVersion switch to prevent applying DependencyVersion for the main package

2.0.19
- Get-ALAppOrder gets the highest dependency version if multiple dependencies on same app

2.0.15
- Install-ALNugetPackage versionmode Lowest now search for lowest version which is higher or equal to requested version (e.g. requeted 1.2.0.0 will take 1.2.123.0 if lowest)

2.0.14
- Add Upload-FileToShp function for uploading file to sharepoint
       
2.0.10
- Fixing Microsoft dependencies when sandbox artifact used in Compile-AppWithArtifact.ps1 (localization apps not found bug)

2.0.7
- Add Compile-AppWithArtifact, Get-ALCompileFromArtifact and parameter artifactUrl into Compile-ALProjectTree and Get-ALAppOrder to
 support compilation without container

2.0.6
- Add Get-BCModulePathFromArtifact
       
2.0.5
- Fixed way how the SQL libraries are loaded. You need to install SqlServer PS Module (Install-module SqlServer)

2.0.3
- Add support for SQL libraries needed for database manipulation cmdlets as part of Import-BCModulesFromArtifacts

2.0.2
- Add Import-BCModulesFromArtifacts

2.0.0
- Changed dependency on bccontainerhelper
- Add parameter DependencyVersion parameter to Download-ALAppFromNuget
- If LatestMinor used, list the available versions and select the corect version based on Major
- do not download Microsoft apps through download script when compiling
- Add IncludeAppFiles switch to Get-ALAppOrder

1.1.8
- Add Get-BatchWI to get multiple WIs in one call

1.1.7
- Add Expand parameter to Get-WI

1.1.1-1.1.5
- ArtifactUrl support - see https://freddysblog.com/
- Get-WI double api-version bug fix

FileList

Version History

Version Downloads Last updated
2.8.6 (current version) 85 9/10/2025
2.8.6-beta06 7 9/9/2025
2.8.6-beta05 14 9/9/2025
2.8.6-beta04 17 9/9/2025
2.8.6-beta03 18 9/8/2025
2.8.6-beta02 193 8/25/2025
2.8.6-beta01 487 7/21/2025
2.8.5 1,367 5/22/2025
2.8.4 78 5/19/2025
2.8.4-beta27 1,342 11/6/2024
2.8.4-beta26 5 11/6/2024
2.8.4-beta25 768 8/21/2024
2.8.4-beta24 30 8/20/2024
2.8.4-beta23 184 7/15/2024
2.8.4-beta22 9 7/15/2024
2.8.4-beta21 6 7/15/2024
2.8.4-beta20 45 7/10/2024
2.8.4-beta19 34 7/8/2024
2.8.4-beta18 266 5/28/2024
2.8.4-beta17 7 5/28/2024
2.8.4-beta15 7 5/28/2024
2.8.4-beta14 7 5/28/2024
2.8.4-beta13 9 5/28/2024
2.8.4-beta12 56 5/27/2024
2.8.4-beta11 8 5/27/2024
2.8.4-beta10 50 5/21/2024
2.8.4-beta09 8 5/21/2024
2.8.4-beta08 10 5/21/2024
2.8.4-beta07 38 5/18/2024
2.8.4-beta06 20 5/17/2024
2.8.4-beta05 7 5/17/2024
2.8.4-beta04 7 5/17/2024
2.8.4-beta03 35 5/15/2024
2.8.4-beta02 8 5/15/2024
2.8.4-beta01 86 5/6/2024
2.8.3 5,653 5/6/2024
2.8.3-beta14 245 4/15/2024
2.8.3-beta13 12 4/15/2024
2.8.3-beta12 96 4/5/2024
2.8.3-beta11 11 4/5/2024
2.8.3-beta10 8 4/5/2024
2.8.3-beta09 8 4/5/2024
2.8.3-beta08 12 4/5/2024
2.8.3-beta07 7 4/5/2024
2.8.3-beta06 107 3/25/2024
2.8.3-beta05 11 3/25/2024
2.8.3-beta04 122 3/14/2024
2.8.3-beta03 9 3/14/2024
2.8.3-beta02 13 3/14/2024
2.8.3-beta01 9 3/14/2024
2.8.2 663 3/12/2024
2.8.2-beta002 12 3/12/2024
2.8.2-beta001 21 3/11/2024
2.8.1 64 3/8/2024
2.8.1-beta95 12 3/8/2024
2.8.1-beta94 13 3/8/2024
2.8.1-beta93 9 3/8/2024
2.8.1-beta92 9 3/8/2024
2.8.1-beta91 10 3/8/2024
2.8.1-beta9 10 3/8/2024
2.8.1-beta8 10 3/8/2024
2.8.1-beta7 10 3/8/2024
2.8.1-beta6 13 3/8/2024
2.8.1-beta4 12 3/8/2024
2.8.1-beta3 11 3/8/2024
2.8.1-beta2 9 3/8/2024
2.8.1-beta1 9 3/8/2024
2.8.0 39 3/7/2024
2.8.0-beta6 14 3/7/2024
2.8.0-beta5 13 3/7/2024
2.8.0-beta4 11 3/7/2024
2.8.0-beta3 12 3/7/2024
2.8.0-beta2 11 3/7/2024
2.8.0-beta1 12 3/7/2024
2.7.1 15 3/7/2024
2.7.0 60 3/5/2024
2.6.7 64 3/1/2024
2.6.6 191 2/20/2024
2.6.5 121 2/15/2024
2.6.4 10 2/15/2024
2.6.3 10 2/15/2024
2.6.2 12 2/15/2024
2.6.1 316 1/30/2024
2.6.0 11 1/30/2024
2.5.0 11 1/30/2024
2.4.0 1,981 10/5/2023
2.3.0 1,261 7/14/2023
2.2.25 410 6/16/2023
2.2.24 19 6/16/2023
2.2.23 33 6/15/2023
2.2.22 90 6/13/2023
2.2.21 19 6/13/2023
2.2.20 74 6/10/2023
2.2.19 18 6/10/2023
2.2.18 36 6/9/2023
2.2.17 22 6/9/2023
2.2.16 16 6/9/2023
2.2.15 268 5/26/2023
2.2.14 20 5/26/2023
2.2.13 21 5/26/2023
2.2.12 20 5/26/2023
2.2.11 33 5/25/2023
2.2.10 11 5/25/2023
2.2.9 12 5/25/2023
2.2.8 10 5/25/2023
2.2.7 10 5/25/2023
2.2.6 29 5/25/2023
2.2.5 13 5/25/2023
2.2.4 9 5/25/2023
2.2.3 9 5/25/2023
2.2.2 14 5/25/2023
2.2.1 9 5/25/2023
2.2.0 12 5/25/2023
2.1.0 118 5/22/2023
2.0.49 433 5/4/2023
2.0.48 14 5/4/2023
2.0.47 13 5/4/2023
2.0.46 22 5/4/2023
2.0.45 269 4/21/2023
2.0.44 923 3/2/2023
2.0.43 414 2/9/2023
2.0.42 27 2/8/2023
2.0.41 140 2/7/2023
2.0.40 272 1/23/2023
2.0.39 14 1/23/2023
2.0.38 1,613 10/21/2022
2.0.37 2,147 7/1/2022
2.0.36 18 7/1/2022
2.0.35 15 7/1/2022
2.0.34 1,292 3/24/2022
2.0.33 20 3/24/2022
2.0.32 1,135 11/10/2021
2.0.31 257 10/15/2021
2.0.30 20 10/15/2021
2.0.29 1,183 7/2/2021
2.0.28 20 7/2/2021
2.0.27 20 7/2/2021
2.0.26 19 7/2/2021
2.0.25 16 7/2/2021
2.0.24 16 7/2/2021
2.0.23 17 7/2/2021
2.0.22 17 7/2/2021
2.0.21 17 7/2/2021
2.0.20 18 7/1/2021
2.0.19 17 7/1/2021
2.0.18 30 7/1/2021
2.0.17 17 7/1/2021
2.0.14 296 5/26/2021
2.0.13 198 5/7/2021
2.0.12 18 5/7/2021
2.0.11 19 5/7/2021
2.0.10 24 5/7/2021
2.0.9 134 4/27/2021
2.0.8 211 3/26/2021
2.0.7 71 3/23/2021
2.0.6 48 3/17/2021
2.0.5 29 3/17/2021
2.0.4 32 3/16/2021
2.0.3 19 3/16/2021
2.0.2 24 3/16/2021
2.0.1 22 3/16/2021
2.0.0 542 1/3/2021
2.0.0-alpha8 27 10/12/2020
2.0.0-alpha7 12 9/29/2020
2.0.0-alpha6 18 9/4/2020
2.0.0-alpha5 15 9/4/2020
2.0.0-alpha4 19 9/3/2020
2.0.0-alpha3 18 8/12/2020
2.0.0-alpha2 15 8/12/2020
2.0.0-alpha1 19 8/3/2020
2.0.0-alpha 18 8/3/2020
1.1.8 2,174 7/24/2020
1.1.7 15 7/24/2020
1.1.6 116 6/29/2020
1.1.5 17 6/29/2020
1.1.4 23 6/25/2020
1.1.3 16 6/25/2020
1.1.2 81 6/9/2020
1.1.1 16 6/9/2020
1.1.0 16 6/9/2020
1.0.11 223 5/6/2020
1.0.10 271 4/17/2020
1.0.9 18 4/17/2020
1.0.8 17 4/17/2020
1.0.7 53 4/14/2020
1.0.6 17 4/14/2020
1.0.5 20 4/14/2020
1.0.4 18 4/14/2020
1.0.3 69 3/16/2020
1.0.2 21 3/16/2020
1.0.1 23 3/16/2020
1.0.0 19 3/16/2020
0.9.98 35 3/11/2020
0.9.97 68 3/6/2020
0.9.96 197 2/3/2020
0.9.95 247 1/9/2020
0.9.94 41 1/6/2020
0.9.93 347 11/12/2019
0.9.92 98 10/31/2019
0.9.91 24 10/30/2019
0.9.90 64 10/21/2019
0.9.89 21 10/21/2019
0.9.88 137 10/7/2019
0.9.87 59 10/1/2019
0.9.86 111 9/13/2019
0.9.85 69 9/9/2019
0.9.84 105 8/29/2019
0.9.83 54 8/26/2019
0.9.82 428 6/19/2019
0.9.81 25 6/19/2019
0.9.80 26 6/19/2019
0.9.79 22 6/19/2019
0.9.78 21 6/19/2019
0.9.77 35 6/18/2019
0.9.76 20 6/18/2019
0.9.75 20 6/18/2019
0.9.74 108 6/14/2019
0.9.73 43 6/13/2019
0.9.72 71 6/7/2019
0.9.71 25 6/7/2019
0.9.70 40 6/7/2019
0.9.69 30 6/6/2019
0.9.68 228 5/27/2019
0.9.67 24 5/27/2019
0.9.66 34 5/24/2019
0.9.65 38 5/23/2019
0.9.64 23 5/23/2019
0.9.63 197 5/16/2019
0.9.62 25 5/16/2019
0.9.61 29 5/16/2019
0.9.60 178 5/9/2019
0.9.59 247 4/18/2019
0.9.58 429 3/5/2019
0.9.57 82 3/4/2019
0.9.56 30 3/1/2019
0.9.55 24 3/1/2019
0.9.54 39 2/27/2019
0.9.53 26 2/25/2019
0.9.52 156 1/24/2019
0.9.51 20 1/24/2019
0.9.50 45 1/21/2019
0.9.49 26 1/21/2019
0.9.48 23 1/21/2019
0.9.47 76 1/7/2019
0.9.46 67 12/21/2018
0.9.45 103 12/17/2018
0.9.44 95 11/28/2018
0.9.43 23 11/28/2018
0.9.42 21 11/28/2018
0.9.41 24 11/27/2018
0.9.40 79 11/22/2018
0.9.39 21 11/22/2018
0.9.38 21 11/22/2018
0.9.37 301 11/15/2018
0.9.36 41 11/9/2018
0.9.35 23 11/9/2018
0.9.34 29 11/9/2018
0.9.33 33 11/8/2018
0.9.32 24 11/8/2018
0.9.31 26 11/8/2018
0.9.30 22 11/8/2018
0.9.29 24 11/8/2018
0.9.28 23 11/8/2018
0.9.27 25 11/8/2018
0.9.26 23 11/8/2018
0.9.25 24 11/8/2018
0.9.24 22 11/8/2018
0.9.23 22 11/8/2018
0.9.22 26 11/7/2018
0.9.21 22 11/7/2018
0.9.20 24 11/7/2018
0.9.19 24 11/7/2018
0.9.18 25 11/7/2018
0.9.17 23 11/6/2018
0.9.16 24 11/6/2018
0.9.15 26 11/6/2018
0.9.14 22 11/6/2018
0.9.13 50 10/16/2018
0.9.12 33 10/9/2018
0.9.11 23 10/8/2018
0.9.10 24 10/8/2018
0.9.9 23 10/8/2018
0.9.8 22 10/8/2018
0.9.7 26 10/2/2018
0.9.6 21 9/27/2018
0.9.5 26 9/27/2018
0.9.4 60 9/15/2018
0.9.3 21 9/15/2018
0.9.2 34 9/13/2018
Show more