File tree 3 files changed +11
-10
lines changed
samples/Memento.Sample.Blazor
3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 51
51
uses : peaceiris/actions-gh-pages@v3
52
52
with :
53
53
github_token : ${{ secrets.GITHUB_TOKEN }}
54
- publish_dir : ./samples/ Memento.Sample.BlazorWasm/bin/Release/net8.0/publish /wwwroot
54
+ publish_dir : ./artifacts/publish/ Memento.Sample.BlazorWasm/release_net8.0 /wwwroot
55
55
force_orphan : true
Original file line number Diff line number Diff line change 8
8
</PropertyGroup >
9
9
10
10
<ItemGroup >
11
+ <PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 8.0.2" />
11
12
<PackageReference Include =" Microsoft.AspNetCore.Components.Web" Version =" 8.0.2" />
12
13
</ItemGroup >
13
14
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
2
- <PropertyGroup >
3
- <ImplicitUsings >enable</ImplicitUsings >
4
- <Nullable >enable</Nullable >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+ <PropertyGroup >
3
+ <ImplicitUsings >enable</ImplicitUsings >
4
+ <Nullable >enable</Nullable >
5
5
</PropertyGroup >
6
6
7
7
<ItemGroup Condition =" '$(TargetFramework)' == 'net8.0' " >
8
8
<PackageReference Include =" Microsoft.AspNetCore.Components" Version =" 8.*" />
9
- </ItemGroup >
10
-
11
- <ItemGroup >
12
- <ProjectReference Include =" ..\Memento.Core\Memento.Core.csproj" />
13
- </ItemGroup >
9
+ </ItemGroup >
10
+
11
+ <ItemGroup >
12
+ <ProjectReference Include =" ..\Memento.Core\Memento.Core.csproj" />
13
+ </ItemGroup >
14
14
</Project >
You can’t perform that action at this time.
0 commit comments