Skip to content

Commit

Permalink
Merge pull request #6 from tableau/dev
Browse files Browse the repository at this point in the history
hyper release v0.11074
  • Loading branch information
tsjoblad authored Jun 25, 2020
2 parents c526a08 + 5b41a58 commit c8fe290
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tableau-Supported/DotNet/Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<TargetLatestRuntimePatch>true</TargetLatestRuntimePatch>
</PropertyGroup>

Expand Down
4 changes: 2 additions & 2 deletions Tableau-Supported/DotNet/build.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SETLOCAL EnableDelayedExpansion
dotnet build Example.csproj || exit /b !ERRORLEVEL!
xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp2.2\ || exit /b !ERRORLEVEL!
xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp2.2\hyper\ || exit /b !ERRORLEVEL!
xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp3.1\ || exit /b !ERRORLEVEL!
xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp3.1\hyper\ || exit /b !ERRORLEVEL!
4 changes: 2 additions & 2 deletions Tableau-Supported/DotNet/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set -e
dotnet build Example.csproj
cp -R ../lib/hyper bin/Debug/netcoreapp2.2
cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp2.2/
cp -R ../lib/hyper bin/Debug/netcoreapp3.1
cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp3.1/

0 comments on commit c8fe290

Please sign in to comment.