Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,20 @@ on:

jobs:
test-win:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/[email protected]

- name: Advance Security Compliance Action
uses: GeekMasher/[email protected]
with:
severity: none
token: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests on Windows for all targets
run: dotnet test -c Release
run: dotnet test -c Release

nuget:
runs-on: windows-latest
Expand Down
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,10 @@ RestSharp.IntegrationTests/config.json
/node_modules/
/out/
/docs/.vuepress/dist/
.vscode/
<<<<<<< HEAD

launch.json
tasks.json
=======
.vscode/
>>>>>>> d9aaf8e1790c7a8f3a3363bb259cbdeea24982f9
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All"/>
<PackageReference Include="MinVer" Version="2.5.0" PrivateAssets="All"/>
<PackageReference Include="JetBrains.Annotations" Version="2021.1.0" PrivateAssets="All"/>
<PackageReference Include="JetBrains.Annotations" Version="2021.2.0" PrivateAssets="All"/>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

Expand Down