Skip to content

Commit

Permalink
Address Issue #5 - removing " around pre-build variables. Updated doc…
Browse files Browse the repository at this point in the history
…umentation to reflect change
  • Loading branch information
ctrostel90 committed Jun 24, 2022
1 parent 4fd478b commit 25b9455
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AS-4.11/Logical/BuildVersion
2 changes: 1 addition & 1 deletion AS-4.11/Physical/ArSim/PC/Cpu.pkg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</Objects>
<Configuration ModuleId="PC_any">
<AutomationRuntime Version="B4.92" />
<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;" />
<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)" />
<DefaultTargetMemory Tasks="UserROM" />
<Vc FirmwareVersion="V4.72.5" />
</Configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- The pre-build event must be set for each configuration seeking version information

```powershell
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)"
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)
```

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

0 comments on commit 25b9455

Please sign in to comment.