Skip to content

Commit 51c5007

Browse files
author
Prathik Rao
committed
log deets
1 parent 5fbb17f commit 51c5007

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-cs-steps.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
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 }}

sdk_v2/cs/src/Microsoft.AI.Foundry.Local.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
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>

0 commit comments

Comments
 (0)