Describe the bug
Some parameters cannot by found anymore in the newest version of the v3 compiler.
the used yaml
please provide the yaml that you used. It helps you put the yaml like this:
- task: ALOpsAppCompiler@3
displayName: 'Compile extensions'
inputs:
altool_package_version: ${{ parameters.altool_package_version }}
preprocessorsymbols: ${{ parameters.preprocessorsymbols }}
compilation_mode: Parallel
alsourcepath: $(Agent.TempDirectory)\ALOpsSource\Extensions
alcachepath: $(ArtifactStagingDirectory)
appversiontemplate: $(ApplicationVersion)
bc_localization: NL
bc_version: ${{ parameters.bc_version }}
#ms_symbols_feed: https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json
publishartifact: false
ruleset: .\.codeAnalysis\cegekadsa.ruleset.json
appfilenametemplate: '%APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%.app'
updatebuildnumber: false
alcodeanalyzer: ${{ parameters.alcodeanalyzer }}
suppresswarnings: $(SuppressWarnings)
pwsh: True
the output
* AcceptInsiderEula = False
* Alcachepath = C:\agent1\_work\1\a
* Alcodeanalyzer = AppSourceCop
* Alsourcepath = C:\agent1\_work\_temp\ALOpsSource\Extensions
* AltoolPackageVersion = 18.0.33.65164-beta
* Appfilenametemplate = %APP_PUBLISHER%_%APP_NAME%_%APP_VERSION%.app
* Applicationinsightskey =
* AppsourceSymbolsFeed = https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/AppSourceSymbols/nuget/v3/index.json
* AppsourceSymbolsPat =
* Appversiontemplate = 28.2607.10513.0
* AutoResolveAppsourceSymbols = True
* AutoResolveMsSymbols = True
* BcLocalization = NL
* BcVersion = 28.0
* CompilationMode = Parallel
* Failonwarnings = False
* ForceDownloadMssymbols = False
* Internalsvisibleto =
* Maxcpucount =
* MsSymbolsFeed = https://dynamicssmb2.pkgs.visualstudio.com/DynamicsBCPublicFeeds/_packaging/MSSymbols/nuget/v3/index.json
* MsSymbolsPat =
* Outputalclogs = False
* Outputpath =
* Preprocessorsymbols = NONE
* Printappmanifest = True
* Publishartifact = False
* RepAllowdebugging =
* RepAllowdownloadingsource =
* RepIncludesourceinsymbol =
* Ruleset = .\.codeAnalysis\cegekadsa.ruleset.json
* Showmycode =
* Suppresswarnings = AL0254, AL0424, AL0432, AL0479, AL0600, AL0601, AL0603, AL0604, AL0606, AL0659, AL0667, AL0685, AL0729, AL0749, AL0790, AL0792, AL0842, AL1085, AS0075, AS0079, AS0086, AS0094, AS0098, AS0099, AS0103, AS0110, AS0111, AS0112, AS0130, AS0139,AS0109
* TrackSourceBuildMetadata = True
* Updatebuildnumber = False
* Updateruntime =
##[error]A parameter cannot be found that matches parameter name 'RepIncludesourceinsymbol'.
at <ScriptBlock>, <No file>: line 9
at <ScriptBlock>, C:\agent1\_work\_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at <ScriptBlock>, <No file>: line 25
*** PWSH Run Completed: 1
Expected behavior
No regression for the newest version of compiler
Screenshots
If applicable, add screenshots to help explain your problem. You can easily paste them in here.
Additional context
Different params cannot be found ##[error]A parameter cannot be found that matches parameter name 'RepAllowdebugging'.
at , : line 9
at , C:\agent1_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1
##[error]A parameter cannot be found that matches parameter name 'Updateruntime'.
at , : line 9
at , C:\agent1_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1
##[error]A parameter cannot be found that matches parameter name 'Applicationinsightskey'.
at , : line 9
at , C:\agent4_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1
Describe the bug
Some parameters cannot by found anymore in the newest version of the v3 compiler.
the used yaml
please provide the yaml that you used. It helps you put the yaml like this:
the output
Expected behavior
No regression for the newest version of compiler
Screenshots
If applicable, add screenshots to help explain your problem. You can easily paste them in here.
Additional context
Different params cannot be found ##[error]A parameter cannot be found that matches parameter name 'RepAllowdebugging'.
at , : line 9
at , C:\agent1_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1
##[error]A parameter cannot be found that matches parameter name 'Updateruntime'.
at , : line 9
at , C:\agent1_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1
##[error]A parameter cannot be found that matches parameter name 'Applicationinsightskey'.
at , : line 9
at , C:\agent4_work_tasks\ALOpsAppCompiler_6ccb97e4-cd3b-4f5c-82d0-3b733949d45d\3.477.11277\5e9ad977-f5a2-4f6a-a11e-c8e3574c1fb9.ps1: line 85
at , : line 25
*** PWSH Run Completed: 1