-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #99 from siemens/development
Python Clearance v5.0.0
- Loading branch information
Showing
54 changed files
with
75,356 additions
and
67,782 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,9 +48,9 @@ jobs: | |
echo "SemVerMMP: v$($env:GitVersion_MajorMinorPatch)" | ||
Write-Host "Filename: '$fileName'" | ||
- name: Add msbuild to PATH | ||
uses: microsoft/[email protected] | ||
uses: microsoft/[email protected] | ||
|
||
|
||
- name: update appSettingsSW360IntegrationTest.json | ||
run: ./Scripts/json_update.ps1 -JsonFile 'src\TestUtilities\appSettingsSW360IntegrationTest.json' | ||
|
@@ -94,7 +94,7 @@ jobs: | |
$sourceFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "*" | ||
$outFolder = Join-Path $env:GITHUB_WORKSPACE "out" | Join-Path -ChildPath "continuous-clearing" | ||
New-Item -ItemType Directory -Force -Path $outFolder | ||
$fileName = "continuous-clearing-4.0.0.zip" | ||
$fileName = "continuous-clearing-5.0.0.zip" | ||
Write-Host "Filename: '$fileName'" | ||
Write-Host "sourceFolder: '$sourceFolder'" | ||
Write-Host "Outfolder: '$outFolder'" | ||
|
@@ -138,8 +138,8 @@ jobs: | |
- name: Create Nuget Packages | ||
id: createNupkg | ||
run: | | ||
nuget pack CA.nuspec -Version 4.0.0 | ||
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.4.0.0.nupkg" | ||
nuget pack CA.nuspec -Version 5.0.0 | ||
Write-Host "::set-output name=nupkg-LicenseClearingTool::continuous-clearing.5.0.0.nupkg" | ||
- name: Archive NuGet Packages | ||
uses: actions/upload-artifact@v2 | ||
|
@@ -152,9 +152,9 @@ jobs: | |
id: builddocker | ||
#if: ${{ false }} # disable for now | ||
run: | | ||
docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v4.0.0 | ||
docker save ${{ github.repository }}:continuous-clearing-v4.0.0 -o continuous-clearing-v4.0.0.tar | ||
Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v4.0.0.tar" | ||
docker build . --file Dockerfile --tag ${{ github.repository }}:continuous-clearing-v5.0.0 | ||
docker save ${{ github.repository }}:continuous-clearing-v5.0.0 -o continuous-clearing-v5.0.0.tar | ||
Write-Host "::set-output name=docker-LicenseClearingTool::continuous-clearing-v5.0.0.tar" | ||
- name: Archive docker image | ||
#if: ${{ false }} # disable for now | ||
|
@@ -195,9 +195,9 @@ jobs: | |
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
tag_name: v4.0.0 | ||
tag_name: v5.0.0 | ||
#tag_name: ${{ needs.build.outputs.semver }} | ||
release_name: Release v4.0.0 | ||
release_name: Release v5.0.0 | ||
body: | | ||
${{ github.event.head_commit.message }} | ||
draft: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.