File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
test/SampleDotnet.RepositoryFactory.Tests Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 27
27
- name : Build
28
28
run : dotnet build -c Release
29
29
- name : Test
30
- run : dotnet test test/SampleDotnet.RepositoryFactory.Tests/SampleDotnet.RepositoryFactory.Tests.csproj --no-build --verbosity normal
30
+ run : dotnet test test/SampleDotnet.RepositoryFactory.Tests/SampleDotnet.RepositoryFactory.Tests.csproj --no-restore --verbosity normal
31
31
32
32
- name : publish
33
33
id : SampleDotnet_RepositoryFactory
Original file line number Diff line number Diff line change 6
6
<Nullable >enable</Nullable >
7
7
</PropertyGroup >
8
8
9
+ <ItemGroup >
10
+ <None Remove =" appsettings.json" />
11
+ </ItemGroup >
12
+
13
+ <ItemGroup >
14
+ <Content Include =" appsettings.json" >
15
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
16
+ </Content >
17
+ </ItemGroup >
18
+
9
19
<ItemGroup >
10
20
<ProjectReference Include =" ..\..\src\SampleDotnet.RepositoryFactory\SampleDotnet.RepositoryFactory.csproj" />
11
21
</ItemGroup >
12
22
23
+ <ItemGroup >
24
+ <Content Include =" xunit.runner.json" >
25
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
26
+ <CopyToPublishDirectory >PreserveNewest</CopyToPublishDirectory >
27
+ </Content >
28
+ </ItemGroup >
29
+
13
30
<ItemGroup >
14
31
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Abstractions" Version =" 2.2.0" />
15
32
<PackageReference Include =" Microsoft.AspNetCore.Mvc.Testing" Version =" 7.0.3" />
Original file line number Diff line number Diff line change
1
+ {
2
+
3
+ }
You can’t perform that action at this time.
0 commit comments