We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cccc2 commit c012c92Copy full SHA for c012c92
1 file changed
.github/workflows/github-actions-ci.yaml
@@ -36,12 +36,6 @@ jobs:
36
- name: Build solution
37
run: dotnet build PosInformatique.Testing.Databases.sln --configuration Release --no-restore
38
39
- - name: Restore samples
40
- run: dotnet restore samples/PosInformatique.Testing.Databases.Samples.sln
41
-
42
- - name: Build samples
43
- run: dotnet build samples/PosInformatique.Testing.Databases.Samples.sln --configuration Debug --no-restore
44
45
- name: Install SQL Server command-line tools
46
run: |
47
curl https://packages.microsoft.com/keys/microsoft.asc | sudo apt-key add -
@@ -81,7 +75,7 @@ jobs:
81
75
- name: Setup NuGet
82
76
uses: nuget/setup-nuget@v2
83
77
84
- - name: Restore NuGet packages
78
+ - name: Restore NuGet packages of the samples
85
79
run: nuget restore samples/PosInformatique.Testing.Databases.Samples.sln
86
80
87
- name: Add msbuild to PATH
0 commit comments