From c4830fc3b1aa78ec98d1d2ea4fed86ef0b7b803c Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Mon, 17 Jun 2024 23:29:27 -0300 Subject: [PATCH] Fix path to jwk.ps1 alongside the SponsorLink.targets --- src/SponsorLink/SponsorLink.targets | 2 +- src/SponsorLink/SponsorLink/SponsorLink.csproj | 2 +- src/SponsorLink/{SponsorLink => }/jwk.ps1 | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/SponsorLink/{SponsorLink => }/jwk.ps1 (100%) diff --git a/src/SponsorLink/SponsorLink.targets b/src/SponsorLink/SponsorLink.targets index 5a977a1..a604122 100644 --- a/src/SponsorLink/SponsorLink.targets +++ b/src/SponsorLink/SponsorLink.targets @@ -135,7 +135,7 @@ - + diff --git a/src/SponsorLink/SponsorLink/SponsorLink.csproj b/src/SponsorLink/SponsorLink/SponsorLink.csproj index 7595f38..6b6c11e 100644 --- a/src/SponsorLink/SponsorLink/SponsorLink.csproj +++ b/src/SponsorLink/SponsorLink/SponsorLink.csproj @@ -46,7 +46,7 @@ - + diff --git a/src/SponsorLink/SponsorLink/jwk.ps1 b/src/SponsorLink/jwk.ps1 similarity index 100% rename from src/SponsorLink/SponsorLink/jwk.ps1 rename to src/SponsorLink/jwk.ps1