Commit 58a197e4 authored by justcoding121's avatar justcoding121

Update appveyor.yml

parent 587bcba7
...@@ -40,8 +40,7 @@ assembly_info: ...@@ -40,8 +40,7 @@ assembly_info:
test: on test: on
test_script: test_script:
- cmd: dotnet test "[%APPVEYOR_BUILD_FOLDER%\tests\Titanium.Web.Proxy.IntegrationTests\Titanium.Web.Proxy.IntegrationTests.csproj]" -c %CONFIGURATION% - cmd: dotnet test "%APPVEYOR_BUILD_FOLDER%\tests\Titanium.Web.Proxy.IntegrationTests\Titanium.Web.Proxy.IntegrationTests.csproj" -c %CONFIGURATION%
# skip building commits that add tags (such as release tag) # skip building commits that add tags (such as release tag)
skip_tags: true skip_tags: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment