@@ -17,17 +17,17 @@ $MODULE_PATH = $PSScriptRoot
1717$TOOLS_PATH = $MODULE_PATH | Join-Path - ChildPath " tools"
1818$WORKFLOW_PATH = $MODULE_PATH | Join-Path - ChildPath " .github" - AdditionalChildPath " workflows"
1919
20- . ($TOOLS_PATH | Join-Path - ChildPath " sync-helper .ps1" )
20+ . ($TOOLS_PATH | Join-Path - ChildPath " sync.Helper .ps1" )
2121
22- Save-UrlContentToFile - File ' deploy_module_on_release.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy_module_on_release.yml'
23- Save-UrlContentToFile - File ' powershell.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.powershell.yml'
24- Save-UrlContentToFile - File ' test_with_TestingHelper.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.test_with_TestingHelper.yml'
22+ Save-UrlContentToFile - File ' deploy_module_on_release.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy_module_on_release.yml'
23+ Save-UrlContentToFile - File ' powershell.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.powershell.yml'
24+ Save-UrlContentToFile - File ' test_with_TestingHelper.yml' - Folder $WORKFLOW_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.test_with_TestingHelper.yml'
2525
26- Save-UrlContentToFile - File ' deploy-helper. ps1' - Folder $TOOLS_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy-helper. ps1'
27- Save-UrlContentToFile - File ' deploy.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy.ps1'
26+ Save-UrlContentToFile - File ' deploy.Helper. ps1' - Folder $TOOLS_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy.Helper. ps1'
27+ Save-UrlContentToFile - File ' deploy.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.deploy.ps1'
2828
29- Save-UrlContentToFile - File ' sync-helper. ps1' - Folder $TOOLS_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.sync-helper. ps1'
30- Save-UrlContentToFile - File ' sync.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.sync.ps1'
29+ Save-UrlContentToFile - File ' sync.Helper. ps1' - Folder $TOOLS_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.sync.Helper. ps1'
30+ Save-UrlContentToFile - File ' sync.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.sync.ps1'
3131
32- Save-UrlContentToFile - File ' release.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.release.ps1'
33- Save-UrlContentToFile - File ' test.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.test.ps1'
32+ Save-UrlContentToFile - File ' release.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.release.ps1'
33+ Save-UrlContentToFile - File ' test.ps1' - Folder $MODULE_PATH - Url ' https://raw.githubusercontent.com/rulasg/TestingHelper/main/private/templates/template.v3.test.ps1'
0 commit comments