Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Add nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-mitka committed Dec 7, 2023
1 parent a3ed095 commit 47b1042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ private static string GenerateWorkflow(string sourceOrg, string sourceRepo, stri
steps:
- name: Install Crypto Package
run: |
Get-PackageProvider | where name -eq 'nuget' | Install-PackageProvider
Install-Package -Name Sodium.Core -ProviderName NuGet -Scope CurrentUser -RequiredVersion 1.3.0 -Destination . -Force
shell: pwsh
- name: Migrate Secrets
Expand Down

0 comments on commit 47b1042

Please sign in to comment.