6 references to ResolvePath
Aspire.Hosting.Radius (2)
Publishing\RadiusBicepPublishingContext.cs (1)
181
var destination = Secrets.SealedSecretArtifact.
ResolvePath
(outputDir, storeName, manifest.SourcePath);
Publishing\SealedSecretApplyStep.cs (1)
174
var artifact = SealedSecretArtifact.
ResolvePath
(storeOutputDir, storeName, sourceManifestPath);
Aspire.Hosting.Radius.Tests (4)
Publishing\SealedSecretPublishTests.cs (3)
159
var destination = SealedSecretArtifact.
ResolvePath
(outputDir, "db-creds", manifest);
186
var destinationA = SealedSecretArtifact.
ResolvePath
(outputDir, "db-creds", manifestA);
190
var destinationB = SealedSecretArtifact.
ResolvePath
(outputDir, "cache-creds", manifestB);
Secrets\SealedSecretArtifactTests.cs (1)
32
var resolved = SealedSecretArtifact.
ResolvePath
("/out", "db-creds", "/author/sealed.yaml");