File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 run : |
5353 dotnet restore sdk_v2\cs\src\Microsoft.AI.Foundry.Local.csproj /p:UseWinML=${{ inputs.useWinML }} /p:UseNightly=${{ inputs.useNightly }} --configfile ../nuget.config
5454
55+ - name : List resolved packages
56+ run : |
57+ dotnet list sdk_v2\cs\src\Microsoft.AI.Foundry.Local.csproj package
58+
5559 - name : Build solution
5660 run : |
5761 dotnet build sdk_v2\cs\src\Microsoft.AI.Foundry.Local.csproj --configfile ../nuget.config --no-restore --configuration ${{ inputs.buildConfiguration }} /p:UseWinML=${{ inputs.useWinML }}
Original file line number Diff line number Diff line change 6666 <Message Importance =" Normal" Text =" IsOSX: $(IsOSX)" />
6767 <Message Importance =" Normal" Text =" IsLinux: $(IsLinux)" />
6868 <Message Importance =" Normal" Text =" UseWinML: $(UseWinML)" />
69+ <Message Importance =" Normal" Text =" UseNightly: $(UseNightly)" />
6970 </Target >
7071
7172 <ItemGroup >
You can’t perform that action at this time.
0 commit comments