Skip to content

Commit

Permalink
Merge pull request #184 from siemens/stdbom_IntegratedTestCasesFix_05…
Browse files Browse the repository at this point in the history
…072024

Updated artifactoryuploader files and updated testcases
  • Loading branch information
Vijayalakshmi027 authored Jul 10, 2024
2 parents 5ef96f6 + 0ffc2e9 commit 0fae9fa
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 566 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
run: |
dotnet build src\LicenseClearingTool.sln
Write-Host "Files in directory:"
dir $env:GITHUB_WORKSPACE\out\net6.0
dir $env:GITHUB_WORKSPACE\out\net8.0
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: buildoutput
path: ${{ github.workspace }}/out/net6.0
path: ${{ github.workspace }}/out/net8.0

- name: Archive Build Log
uses: actions/upload-artifact@v2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
// --------------------------------------------------------------------------------------------------------------------
// SPDX-FileCopyrightText: 2024 Siemens AG
//
// SPDX-License-Identifier: MIT

// --------------------------------------------------------------------------------------------------------------------
{
"BomFormat": "CycloneDX",
"SpecVersion": 4,
Expand Down
Loading

0 comments on commit 0fae9fa

Please sign in to comment.