Skip to content

Commit

Permalink
Renaming files for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanbergstrom committed Mar 28, 2021
1 parent 54416f3 commit daf03b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. .\src\model.ps1
. .\src\foil.ps1

$tempJsonArray = @()

Expand Down
File renamed without changes.

0 comments on commit daf03b3

Please sign in to comment.