Skip to content

Commit ed0e095

Browse files
committed
Create CI/CD folder in scaffold\build and move current included templates CI/CD.
1 parent 953c903 commit ed0e095

16 files changed

Lines changed: 11 additions & 11 deletions

build/reports/0.2.4/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-18 13:56:31Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-18 14:01:34Z</span>
193193
</h5>
194194
</div>
195195
</div>

build/reports/0.2.4/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-18 13:55:26Z</span>
192+
Analysis date :<span class="right-header-data"> 2019-12-18 14:00:27Z</span>
193193
</h5>
194194
</div>
195195
</div>

plaster/ModuleBuild/plasterManifest.xml

Lines changed: 2 additions & 2 deletions
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>5fd995b5-e4b0-4b25-88ea-fa65b8041f67</id>
7+
<id>c7a31277-1b9d-41a7-82da-058c22121406</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>
@@ -290,7 +290,7 @@
290290
source="scaffold\PSScriptAnalyzerSettings.psd1"
291291
destination="PSScriptAnalyzerSettings.psd1" />
292292
<file
293-
source="scaffold\appveyor.yml"
293+
source="scaffold\CI\appveyor.yml"
294294
destination="appveyor.yml"
295295
condition="$PLASTER_PARAM_CICD -eq &quot;appveyor&quot;" />
296296
<file
File renamed without changes.

plaster/PlasterContent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ $Content = @(
199199
}
200200
@{
201201
ContentType = 'file'
202-
Source = 'scaffold\appveyor.yml'
202+
Source = 'scaffold\CI\appveyor.yml'
203203
Destination = 'appveyor.yml'
204204
Condition = '$PLASTER_PARAM_CICD -eq "appveyor"'
205205
},
Binary file not shown.
Binary file not shown.

release/0.2.4/plaster/ModuleBuild/plasterManifest.xml

Lines changed: 2 additions & 2 deletions
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>5fd995b5-e4b0-4b25-88ea-fa65b8041f67</id>
7+
<id>c7a31277-1b9d-41a7-82da-058c22121406</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>
@@ -290,7 +290,7 @@
290290
source="scaffold\PSScriptAnalyzerSettings.psd1"
291291
destination="PSScriptAnalyzerSettings.psd1" />
292292
<file
293-
source="scaffold\appveyor.yml"
293+
source="scaffold\CI\appveyor.yml"
294294
destination="appveyor.yml"
295295
condition="$PLASTER_PARAM_CICD -eq &quot;appveyor&quot;" />
296296
<file

release/0.2.4/plaster/ModuleBuild/scaffold/appveyor.yml renamed to release/0.2.4/plaster/ModuleBuild/scaffold/CI/appveyor.yml

File renamed without changes.

release/0.2.4/plaster/PlasterContent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ $Content = @(
199199
}
200200
@{
201201
ContentType = 'file'
202-
Source = 'scaffold\appveyor.yml'
202+
Source = 'scaffold\CI\appveyor.yml'
203203
Destination = 'appveyor.yml'
204204
Condition = '$PLASTER_PARAM_CICD -eq "appveyor"'
205205
},

0 commit comments

Comments
 (0)