Skip to content

Commit 25b9455

Browse files
committed
Address Issue #5 - removing " around pre-build variables. Updated documentation to reflect change
1 parent 4fd478b commit 25b9455

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AS-4.11/Physical/ArSim/PC/Cpu.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</Objects>
2222
<Configuration ModuleId="PC_any">
2323
<AutomationRuntime Version="B4.92" />
24-
<Build GccVersion="4.1.2" PreBuildStep="PowerShell -ExecutionPolicy ByPass -File $(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1 &quot;$(WIN32_AS_PROJECT_PATH)&quot; &quot;$(AS_VERSION)&quot; &quot;$(AS_USER_NAME)&quot; &quot;$(AS_PROJECT_NAME)&quot; &quot;$(AS_CONFIGURATION)&quot; &quot;$(AS_BUILD_MODE)&quot;&#xD;&#xA;" />
24+
<Build GccVersion="4.1.2" PreBuildStep="PowerShell -ExecutionPolicy ByPass -File $(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1 $(WIN32_AS_PROJECT_PATH) $(AS_VERSION) $(AS_USER_NAME) $(AS_PROJECT_NAME) $(AS_CONFIGURATION) $(AS_BUILD_MODE)" />
2525
<DefaultTargetMemory Tasks="UserROM" />
2626
<Vc FirmwareVersion="V4.72.5" />
2727
</Configuration>

Documentation/docs/BuildVersionTask/WithoutFrameworkImporterHelp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- The pre-build event must be set for each configuration seeking version information
1515

1616
```powershell
17-
PowerShell -ExecutionPolicy ByPass -File $(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1 "$(WIN32_AS_PROJECT_PATH)" "$(AS_VERSION)" "$(AS_USER_NAME)" "$(AS_PROJECT_NAME)" "$(AS_CONFIGURATION)" "$(AS_BUILD_MODE)"
17+
PowerShell -ExecutionPolicy ByPass -File $(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1 $(WIN32_AS_PROJECT_PATH) $(AS_VERSION) $(AS_USER_NAME) $(AS_PROJECT_NAME) $(AS_CONFIGURATION) $(AS_BUILD_MODE)
1818
```
1919

2020
![Step 2 2022-04-10_13-49-32](../images/Step%202%202022-04-10_13-49-32.gif)

0 commit comments

Comments
 (0)