Skip to content

Commit

Permalink
readd build
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Feb 3, 2025
1 parent cb4da60 commit 4cfff43
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Rdmp.Dicom</id>
<version>7.1.4</version>
<version>${{ steps.version.outputs.version }}</version>
<authors>Health Informatics Service, University of Dundee</authors>
<description>Imaging plugin for Research Data Management Platform </description>
<dependencies>
Expand Down Expand Up @@ -85,14 +85,14 @@ jobs:
- AddTag Catalogue:CT_*Table SeriesDate null
- CreateNewImagingDatasetSuite "DatabaseType:MicrosoftSqlServer:Name:ImagingTest2:Server=(localdb)\MSSQLLocalDB;Integrated Security=true;Encrypt=yes;TrustServerCertificate=true" ./data DicomFileCollectionSource CT_ CT.it false true
EOC
# - name: Test
# shell: bash
# run: |
# echo "Loading plugin"
# dotnet run --project RDMP\\Tools\\rdmp\\rdmp.csproj -c Release -- pack -p --file Rdmp.Dicom.${{ steps.version.outputs.version }}.rdmp --dir yaml
# 7z t Rdmp.Dicom.${{ steps.version.outputs.version }}.rdmp
# echo "Running plugin test script"
# dotnet run --project RDMP\\Tools\\rdmp\\rdmp.csproj -c Release -- -f testcmd.yaml --dir yaml
- name: Test
shell: bash
run: |
echo "Loading plugin"
dotnet run --project RDMP\\Tools\\rdmp\\rdmp.csproj -c Release -- pack -p --file Rdmp.Dicom.${{ steps.version.outputs.version }}.rdmp --dir yaml
7z t Rdmp.Dicom.${{ steps.version.outputs.version }}.rdmp
echo "Running plugin test script"
dotnet run --project RDMP\\Tools\\rdmp\\rdmp.csproj -c Release -- -f testcmd.yaml --dir yaml
- name: Store created nupkg files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4cfff43

Please sign in to comment.