Skip to content

Commit f369658

Browse files
committed
build no longer requires admin rights
1 parent 4da0913 commit f369658

26 files changed

Lines changed: 15 additions & 25 deletions

Build.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#Requires -Version 5
2-
#Requires -RunAsAdministrator
32
[CmdletBinding(DefaultParameterSetName = 'Build')]
43
param (
54
[parameter(Position = 0, ParameterSetName = 'Build')]

Requirements.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
InvokeBuild = @{
33
version = 'latest'
44
source = 'PSGalleryModule'
5+
target = 'CurrentUser'
56
}
67
}

buildreports/CodeHealthReport-Private.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>
189189
<div class="col-sm-4 col-md-5 col-lg-4 right-header">
190190
<h5>
191191
Analyzed path :<span class="right-header-data"> src\private</span><br>
192-
Analysis date :<span class="right-header-data"> 2019-12-17 23:23:39Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-18 11:19:45Z</span>
193193
</h5>
194194
</div>
195195
</div>

buildreports/CodeHealthReport-Public.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1>
189189
<div class="col-sm-4 col-md-5 col-lg-4 right-header">
190190
<h5>
191191
Analyzed path :<span class="right-header-data"> src\public</span><br>
192-
Analysis date :<span class="right-header-data"> 2019-12-17 23:20:00Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-18 11:18:37Z</span>
193193
</h5>
194194
</div>
195195
</div>

plaster/ModuleBuild/plasterManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
templateType="Project" xmlns="http://www.microsoft.com/schemas/PowerShell/Plaster/v1">
55
<metadata>
66
<name>ModuleBuild</name>
7-
<id>383a9525-4f82-4688-90ce-292e3ff06239</id>
7+
<id>18abda79-8838-4aae-95e9-43b9430a901e</id>
88
<version>0.0.1</version>
99
<title>New ModuleBuild Project</title>
1010
<description>Create a new PowerShell Module with a ModuleBuild wrapper</description>

plaster/ModuleBuild/scaffold/Build.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#Requires -Version 5
2-
#Requires -RunAsAdministrator
32
[CmdletBinding(DefaultParameterSetName = 'Build')]
43
param (
54
[parameter(Position = 0, ParameterSetName = 'Build')]

plaster/ModuleBuild/scaffold/Requirements.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
InvokeBuild = @{
33
version = 'latest'
44
source = 'PSGalleryModule'
5+
target = 'CurrentUser'
56
}
67
}

release/0.2.4/ModuleBuild.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Zachary Loeber
55
#
6-
# Generated on: 12/17/2019
6+
# Generated on: 18/12/2019
77
#
88

99
@{

release/0.2.4/docs/ModuleBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
Module Name: ModuleBuild
3-
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3
3+
Module Guid: 8f6090b4-6411-4949-a717-96d64a1cc5b3
44
Download Help Link: https://github.com/zloeber/ModuleBuild/release/ModuleBuild/docs/ModuleBuild.md
55
Help Version: 0.2.4
66
Locale: en-US

release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3 8f6090b4-6411-4949-a717-96d64a1cc5b3_HelpInfo.xml renamed to release/0.2.4/en-US/ModuleBuild_8f6090b4-6411-4949-a717-96d64a1cc5b3_HelpInfo.xml

File renamed without changes.

0 commit comments

Comments
 (0)