Skip to content

Commit

Permalink
Update Skyline.DataMiner.CICD.DMApp.Automation
Browse files Browse the repository at this point in the history
Includes updated AppPackageCreator
Includes fix for Implicit Default Framework References
  • Loading branch information
MichielOda committed Jul 18, 2023
1 parent f3bc612 commit d21d0bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GitHubAction/Package.Builder/Package.Builder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Automation" Version="1.0.1.1" />
<PackageReference Include="Skyline.DataMiner.CICD.DMApp.Automation" Version="1.0.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ outputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/skylinecommunications/skyline-dataminer-deploy-action:1.0.22'
image: 'docker://ghcr.io/skylinecommunications/skyline-dataminer-deploy-action:1.0.23'
args:
- --api-key
- ${{ inputs.api-key }}
Expand Down

0 comments on commit d21d0bd

Please sign in to comment.