Skip to content

Commit

Permalink
Dotnet:
Browse files Browse the repository at this point in the history
* Don't run example in CI
* Update to 6.0.1
  • Loading branch information
Philip Stadermann committed Nov 10, 2023
1 parent 2d5d20c commit aeabd20
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci-dotnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,19 +72,19 @@ jobs:
run: dotnet test --no-restore --verbosity normal
working-directory: dotnet/Vaas

- name: Run example FileScan
env:
SCAN_PATH: "Program.cs"
run: dotnet run FileScan
working-directory: dotnet/examples/VaasExample
# - name: Run example FileScan
# env:
# SCAN_PATH: "Program.cs"
# run: dotnet run FileScan
# working-directory: dotnet/examples/VaasExample

- name: Run example UrlScan
run: dotnet run UrlScan
working-directory: dotnet/examples/VaasExample
# - name: Run example UrlScan
# run: dotnet run UrlScan
# working-directory: dotnet/examples/VaasExample

- name: Run example HashsumScan
run: dotnet run HashsumScan
working-directory: dotnet/examples/VaasExample
# - name: Run example HashsumScan
# run: dotnet run HashsumScan
# working-directory: dotnet/examples/VaasExample

- name: Pack
if: startsWith(github.ref, 'refs/tags/cs')
Expand Down
2 changes: 1 addition & 1 deletion dotnet/examples/VaasExample/VaasExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="GDataCyberDefense.Vaas" Version="6.0.0" />
<PackageReference Include="GDataCyberDefense.Vaas" Version="6.0.1" />
</ItemGroup>

</Project>

0 comments on commit aeabd20

Please sign in to comment.