Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/publish-dev-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
sleet push ./pkgs

#the prune command deletes older -dev package versions to avoid clutter
#it deletes any versions of the $packageIds with "-dev" that are older than the first $maxDevVersions
#it deletes any versions of the $packageIds with "-dev" that are older than the last $maxDevVersions
#set $dryRun to true for debugging without deleting any packages
- name: Prune old -dev packages
env:
Expand All @@ -56,7 +56,7 @@ jobs:
shell: pwsh
run: |
$dryRun = $false
$packageIndexUrl = 'https://s3.amazonaws.com/bloodhound-ad/sleet.packageindex.json'
$packageIndexUrl = 'https://s3.amazonaws.com/shcommon-nuget/sleet.packageindex.json'
$packageIds = @('SharpHoundCommon', 'SharpHoundRPC')
$maxDevVersions = 5

Expand Down
4 changes: 2 additions & 2 deletions sleet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
{
"name": "feed",
"type": "s3",
"path": "https://s3.amazonaws.com/bloodhound-ad",
"path": "https://s3.amazonaws.com/shcommon-nuget",
"region": "us-east-1",
"bucketName": "bloodhound-ad"
"bucketName": "shcommon-nuget"
}
]
}
Loading