We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001ac35 commit 94c6181Copy full SHA for 94c6181
.github/workflows/dotnet.yml
@@ -1,6 +1,8 @@
1
# This workflow will build a .NET project
2
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
3
4
+name: 'dotnet.yml'
5
+
6
on:
7
push:
8
branches: [ "dev" ]
@@ -31,6 +33,6 @@ jobs:
31
33
with:
32
34
dotnet-version: 4.6.2
35
- name: Build
- run: msbuild test\HtmlToOpenXml.Tests/HtmlToOpenXml.Tests.dll /p:Configuration=Release
36
+ run: msbuild ${{github.workspace}}/HtmlToOpenXml.sln /p:Configuration=Release
37
- name: Run tests (NET Framework)
- run: vstest.console.exe test\HtmlToOpenXml.Tests/HtmlToOpenXml.Tests.dll
38
+ run: vstest.console.exe test\HtmlToOpenXml.Tests\HtmlToOpenXml.Tests.dll
0 commit comments