Skip to content

Commit

Permalink
Updated for new nuget repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardliljeberg committed Jul 26, 2022
1 parent a7d9121 commit 2c5b6f7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,5 @@ ASALocalRun/
# log files
Log/
*.txt
nuget.config
NugetKey.txt
2 changes: 1 addition & 1 deletion BuildAndUploadLibrary.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ else
$packages = gci ".\*.nupkg"
foreach ($package in $packages){
$packageLocation = ".\" + $package.Name
..\nuget.exe push $packageLocation $nugetApiKey -Source http://nuget.evercate.com/nuget
..\nuget.exe push $packageLocation $nugetApiKey -Source "evercate_github"

Remove-Item –path $packageLocation
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<releaseNotes></releaseNotes>
<copyright>Copyright 2020</copyright>
<tags>microsoft evercate scim</tags>
<repository type="git" url="https://github.com/Evercate/SCIMReferenceCode" />
<dependencies>
<group>
<dependency id="Json.Net" version="1.0.23" />
Expand Down

0 comments on commit 2c5b6f7

Please sign in to comment.