Skip to content

Commit 33833d6

Browse files
chore: add local package source to Azure deployment workflow and clean up Nuclia package reference
1 parent 78eb9dc commit 33833d6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
with:
3434
ak-vault-token: ${{ secrets.AK_VAULT_TOKEN_PACKAGE_READER }}
3535

36+
- name: Add Local Package Source
37+
run: dotnet nuget add source ${{ github.workspace }}/blazor-progress-rag-demo/packages --name LocalPackages
38+
3639
- name: Build with dotnet
3740
run: dotnet build --configuration Release
3841

blazor-progress-rag-demo/blazor-progress-rag-demo.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99

1010
<ItemGroup>
1111
<PackageReference Include="Telerik.UI.for.Blazor" Version="12.0.0" />
12-
<PackageReference Include="Progress.Nuclia" Version="0.1.0-preview.2">
13-
<ExternalFile>.\blazor-progress-rag-demo\Pages\packages\Progress.Nuclia.0.1.0-preview.2.nupkg</ExternalFile>
14-
</PackageReference>
12+
<PackageReference Include="Progress.Nuclia" Version="0.1.0-preview.2" />
1513
</ItemGroup>
1614

1715
</Project>

0 commit comments

Comments
 (0)