Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 8, 2024
1 parent 8eb0471 commit e8d5efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
- name: NuGet Restore
if: steps.cache.outputs.cache-hit != 'true'
run: msbuild DUI3-DX.slnf -t:Restore
run: msbuild DUI3-DX.slnf -t:Restore /p:Configuration=Release /p:IsDesktopBuild=false
- name: Build
run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false
run: msbuild DUI3-DX.slnf /p:Configuration=Release /p:IsDesktopBuild=false -v:m
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions DUI3-DX/Connectors/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

<PropertyGroup>
<OutputDirectory>$(RepositoryRoot)dist/$(ConnectorSlug)/$(ConnectorVersion)/</OutputDirectory>
<OutputZipDirectory>$(RepositoryRoot)dist/zip/</OutputZipDirectory>
<OutputZipFile>$(ConnectorSlug)-$(ConnectorVersion)-$(Version).zip</OutputZipFile>
</PropertyGroup>
ms


<RemoveDir Directories="$(OutputDirectory)"/>
<MakeDir Directories="$(OutputDirectory)"/>
Expand Down

0 comments on commit e8d5efb

Please sign in to comment.