diff --git a/appveyor.yml b/appveyor.yml index 4ac53f1..1e382e3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,4 +20,4 @@ on_finish: - ps: Get-ChildItem $env:programdata\chocolatey\logs | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name } deploy_script: - - ps: if ($env:APPVEYOR_REPO_TAG -eq 'true') {Write-Output "Publishing...";Publish-Module -Name Foil -NuGetApiKey "$env:PSGALLERYKEY" -Exclude @('model.ps1')} + - ps: if ($env:APPVEYOR_REPO_TAG -eq 'true') {Write-Output "Publishing...";Publish-Module -Name Foil -NuGetApiKey "$env:PSGALLERYKEY" -Exclude @('foil.ps1')} diff --git a/build.ps1 b/build.ps1 index 61bfc2b..a01a6c1 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,4 +1,4 @@ -. .\src\model.ps1 +. .\src\foil.ps1 $tempJsonArray = @() diff --git a/src/model.ps1 b/src/Foil.ps1 similarity index 100% rename from src/model.ps1 rename to src/Foil.ps1