Skip to content

Commit

Permalink
Add .txt extension to nuspec file and remove it during setup
Browse files Browse the repository at this point in the history
This is because of the following issue: NuGet/Home#6862
  • Loading branch information
jan-bures committed Oct 30, 2023
1 parent 77b3772 commit 8f6cf3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ if /i "%CURR_DIR_NAME%"=="scripts" (
cd ..
)

:: Rename Package.nuspec.txt to Package.nuspec
ren Package.nuspec.txt Package.nuspec

:: Inform the user about the PowerShell module check and installation, then wait for a key press to continue
echo The Microsoft.PowerShell.Archive module will be checked for updates due to a bug that affects zipping of mod releases, breaking their CKAN installation.
echo The script will open in a new windows and request administrative privileges if there is a required package update. Please allow it to proceed until it closes itself.
Expand Down

0 comments on commit 8f6cf3b

Please sign in to comment.