Skip to content

Commit f457acb

Browse files
committed
test to relocate plaster
1 parent 83f3371 commit f457acb

76 files changed

Lines changed: 71 additions & 67 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
temp/
33

44
# Ignore PSDepend installed build modules dependencies.
5-
build/PSDepend/*
6-
!build/PSDepend/README.md
7-
!build/PSDepend/build.depend.psd1
5+
build/dependencies/PSDepend/*
6+
!build/dependencies/PSDepend/README.md
7+
!build/dependencies/PSDepend/build.depend.psd1
88

99
# PSGallery publishing file can contain personal API key and paths and thus we want to ignore it if it exists
1010
.psgallery

ModuleBuild.build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ task LoadRequiredModules {
5959
$null = Install-Module PSDepend -Scope:CurrentUser
6060
}
6161

62-
$PSDependFolder = $(Join-Path $Script:BuildEnv.BuildToolFolder 'PSDepend')
62+
$PSDependFolder = $(Join-Path $Script:BuildEnv.BuildToolFolder 'dependencies\PSDepend')
6363
$PSDependBuildFile = $(Join-Path $PSDependFolder 'build.depend.psd1')
6464
Invoke-PSDepend -Path $PSDependBuildFile -Force
6565
$Script:PSDependBuildModules = Invoke-PSDepend -Path $PSDependBuildFile -Test | Select Dependency*
File renamed without changes.

plaster/PlasterModule/GetModuleExtension.ps1 renamed to build/dependencies/embeded/plaster/1.1.0-c/GetModuleExtension.ps1

File renamed without changes.

plaster/PlasterModule/GetPlasterTemplate.ps1 renamed to build/dependencies/embeded/plaster/1.1.0-c/GetPlasterTemplate.ps1

File renamed without changes.

plaster/PlasterModule/InvokePlaster.ps1 renamed to build/dependencies/embeded/plaster/1.1.0-c/InvokePlaster.ps1

File renamed without changes.

plaster/PlasterModule/NewPlasterManifest.ps1 renamed to build/dependencies/embeded/plaster/1.1.0-c/NewPlasterManifest.ps1

File renamed without changes.

plaster/PlasterModule/Plaster.psd1 renamed to build/dependencies/embeded/plaster/1.1.0-c/Plaster.psd1

File renamed without changes.

plaster/PlasterModule/Plaster.psm1 renamed to build/dependencies/embeded/plaster/1.1.0-c/Plaster.psm1

File renamed without changes.

0 commit comments

Comments
 (0)