File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
3737
3838 - name : Add Neutron feed
3939 run : |
40- dotnet nuget add source https://pkgs.dev.azure.com/microsoft/windows.ai.toolkit/_packaging/Neutron/nuget/v3/index.json --name Neutron --username ${{ secrets.AZUREDEVOPS_USERNAME }} --password ${{ secrets.AZUREDEVOPS_PAT }} --store-password-in-clear-text
40+ dotnet nuget add source https://pkgs.dev.azure.com/microsoft/windows.ai.toolkit/_packaging/Neutron/nuget/v3/index.json --name Neutron --username ${{ secrets.AZUREDEVOPS_USERNAME }} --password ${{ secrets.AZUREDEVOPS_PAT }} --store-password-in-clear-text --configfile sdk_v2\cs\NuGet.config
4141
4242 - name : Restore dependencies
4343 run : |
4444 dotnet restore sdk_v2\cs\src\Microsoft.AI.Foundry.Local.csproj
45- --username ${{ secrets.AZUREDEVOPS_USERNAME }} --password ${{ secrets.AZUREDEVOPS_PAT }}`
45+ --configfile sdk_v2\cs\NuGet.config
4646 /p:UseWinML=${{ inputs.useWinML }}
4747
4848 - name : Build solution
You can’t perform that action at this time.
0 commit comments