You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/docs/BuildVersionTask/CommonErrors.md
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,20 @@
2
2
3
3
??? dropdown-ct "The argument "C:\projects\MyProject\Logical\BuildVersion\BuildVersion.ps1" to the -File parameter does not exist."
4
4
- Possible cause: The pre-build event was created but the BuildVersion package was not added to the project.
5
-
- *Remedy*: Follow the [installation](#installation) instructions to add existing package to the project.
5
+
- *Remedy*: Follow the [installation](./WithFrameworkImporterHelp.md) instructions to add existing package to the project.
6
6
- Possible cause: The pre-build event created but does not point to the BuildVersion package.
7
-
- *Remedy*: Update the [pre-build field's](#2-create-pre-build-event) script path `$(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1` to match the path in the project
7
+
- *Remedy*: Update the pre-build field's script path `$(WIN32_AS_PROJECT_PATH)\Logical\BuildVersion\BuildVersion.ps1` to match the path in the project
- Possible cause: The BuildVersion package was added to the project, but the pre-build event was not created.
13
-
- *Remedy*: Follow the [installation](#2-create-pre-build-event) instructions to create the pre-build event.
13
+
- *Remedy*: Follow the [installation](./WithFrameworkImporterHelp.md) instructions to create the pre-build event and ensure the prebuild event is present
Copy file name to clipboardExpand all lines: Documentation/docs/BuildVersionTask/index.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The Build Version package uses 2 main components:
6
6
- BuildVersion Task
7
7
8
8
## Pre Build Script
9
-
The pre-build script is a Microsoft Powershell script that handles the interaction with git to parse out relevant version information for the project. The pre-build script also receives information from Automation Studio such as the Automation Studio version, PC name to include in your version information.
9
+
The pre-build script is a Microsoft Powershell script that handles the interaction with git to parse out relevant version information for the project. The pre-build script also receives information from Automation Studio such as the Automation Studio version, PC name to include in your version information. This script is called by utilizing Automation Studio's pre-build event seen under the Project -> Change Runtime Version -> Build Events tab.
10
10
11
11
Additionally the script will create/update the BuildVersion.var file with the appropriate information for the current build.
12
12
@@ -24,5 +24,7 @@ This task can be placed in any task class, however for simplicity it is recommen
24
24
25
25
Deploying the package can be accomplished in one of two ways, with or without the Framework Importer tool. It is recommended to use the Framework importer tool.
26
26
27
-
1.[With The Framework Importer](WithFrameworkImporterHelp.md)
28
-
2.[Without The Framework Importer](WithoutFrameworkImporterHelp.md)
27
+
[With The Framework Importer](WithFrameworkImporterHelp.md)
28
+
29
+
30
+
The steps to implement without the Framework Importer tool can be found [here](https://github.com/br-na-pm/BuildVersion)
0 commit comments