Skip to content
Draft

Main #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/BuildAndTest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Test
name: Build and Test

# PREREQUISITES FOR PUSH-BACK OF TEST RESULTS
# Please note: test project usually required nuget package JUnitTestLogger
Expand Down Expand Up @@ -102,6 +102,12 @@ jobs:
- name: Run Unit Tests
run: dotnet test --framework net8.0 --results-directory test-results --logger junit --configuration=${{env.BUILD_CONFIGURATION}} --no-restore

- name: Run BrowserUI Smoke Tests (Win)
if: startsWith(matrix.os, 'windows')
run: |
dotnet build CompuMaster.Dms.Test.BrowserUI/CompuMaster.Dms.Test.BrowserUI.vbproj --configuration=${{env.BUILD_CONFIGURATION}}
dotnet vstest CompuMaster.Dms.Test.BrowserUI/bin/${{env.BUILD_CONFIGURATION}}/net8.0-windows/CompuMaster.Dms.Test.BrowserUI.dll

- name: Dir Listing (Win) test-results
if: startsWith(matrix.os, 'windows')
run: dir test-results
Expand Down
9 changes: 7 additions & 2 deletions CompuMaster.Dms.BrowserUI/CompuMaster.Dms.BrowserUI.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@
<Configurations>Debug;Release;CI_CD</Configurations>
<Authors>Jochen Wezel</Authors>
<Company>CompuMaster GmbH</Company>
<Copyright>2019-2025 CompuMaster GmbH</Copyright>
<Copyright>2019-2026 CompuMaster GmbH</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>logo_64x64.png</PackageIcon>
<PackageIconUrl />
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>DmsBrowser NextCloud OwnCloud CenterDevice Scopevisio Teamwork WebDAV API</PackageTags>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down Expand Up @@ -48,14 +49,18 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="logo_64x64.png">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
</ItemGroup>

<ItemGroup>
<PackageReference Include="CompuMaster.IO.TemporaryFile" Version="2024.12.24.100" />
<PackageReference Include="CompuMaster.IO.TemporaryFile" Version="2025.10.16" />
<PackageReference Include="CompuMaster.VisualBasicCompatibility" Version="1.0.6" />
<PackageReference Include="InformationBox" Version="1.3.0.162" />
<PackageReference Include="System.Drawing.Common" Version="6.0.0" />
Expand Down
18 changes: 8 additions & 10 deletions CompuMaster.Dms.BrowserUI/DmsBrowser.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading