File tree 2 files changed +6
-6
lines changed
StoicDreams.SampleWebsite
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
- name : Restore dependencies
25
25
run : dotnet restore
26
26
- name : Build
27
- run : dotnet build --no-restore
27
+ run : dotnet build --no-restore --configuration ${{ env.BUILD_CONFIGURATION }}
28
28
- name : Test
29
29
run : dotnet test --no-build --verbosity normal
30
30
- name : Publish
Original file line number Diff line number Diff line change 20
20
<BlazorWebAssemblyLazyLoad Include =" Microsoft.CodeAnalysis.resources.dll" />
21
21
<BlazorWebAssemblyLazyLoad Include =" Microsoft.CodeAnalysis.Razor.dll" />
22
22
</ItemGroup >
23
-
23
+
24
+ <ItemGroup >
25
+ <ProjectReference Include =" ..\StoicDreams.BlazorUI\StoicDreams.BlazorUI.csproj" />
26
+ </ItemGroup >
27
+
24
28
<Choose >
25
29
<When Condition =" '$(Configuration)' == 'Debug'" >
26
30
<ItemGroup >
27
- <ProjectReference Include =" ..\StoicDreams.BlazorUI\StoicDreams.BlazorUI.csproj" />
28
31
<PackageReference Include =" Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version =" 7.0.9" PrivateAssets =" all" />
29
32
</ItemGroup >
30
33
</When >
31
34
<Otherwise >
32
- <ItemGroup >
33
- <PackageReference Include =" StoicDreams.BlazorUI" Version =" 1.13.0" />
34
- </ItemGroup >
35
35
</Otherwise >
36
36
</Choose >
37
37
You can’t perform that action at this time.
0 commit comments