@@ -7,6 +7,7 @@ dotnet build $solutionPath -o $moduleDir -c Release
7
7
8
8
if ($LASTEXITCODE -ne 0 ){
9
9
Write-Host " Build failed, PLease fix the code and re-run."
10
+ Exit $LASTEXITCODE
10
11
}
11
12
12
13
# Generate the Moudle manifest file
@@ -17,7 +18,7 @@ $manifestParam = @{
17
18
Guid = " 41ce1a70-9c4b-489f-a153-12fe49b7fe62"
18
19
Author = " Cisco Systems"
19
20
CompanyName = " Cisco Systems"
20
- ModuleVersion = " 1.0.9.4403 "
21
+ ModuleVersion = " 1.0.9.4430 "
21
22
Copyright = " (c) 2021 Cisco Systems, Inc. All rights reserved."
22
23
LicenseUri = " https://www.apache.org/licenses/LICENSE-2.0.txt"
23
24
ProjectUri = " https://github.com/CiscoDevNet/intersight-powershell"
@@ -26,16 +27,10 @@ $manifestParam = @{
26
27
RequireLicenseAcceptance = $true
27
28
PowerShellVersion = " 7.1"
28
29
Description = " Intersight Powershell module provides the cmdlets to manage, analyze, and automate the IT infrastructure in Intersight."
29
- ReleaseNotes = " Intersight.PowerShell - Version 1.0.9.4403
30
-
31
- Features:
32
- Intersight.PowerShell module provides,
33
- - Cmdlets for Create, Read, Update and Delete of managed objects in Cisco Intersight.
34
- - Initialize Cmdlet to create object locally.
35
- - New, Set and Remove Cmdlets to Create, Update and Delete objects from Cisco Intersight.
36
- - Pipeline support.
37
- - Help content with examples.
30
+ ReleaseNotes = " Intersight.PowerShell - Version 1.0.9.4430
38
31
32
+ GettingStarted:-
33
+ https://github.com/CiscoDevNet/intersight-powershell/blob/master/GettingStarted.md
39
34
40
35
41
36
Examples:-
0 commit comments