File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <OutputType >Exe</OutputType >
5- <TargetFramework >netcoreapp2.2 </TargetFramework >
5+ <TargetFramework >netcoreapp3.1 </TargetFramework >
66 <TargetLatestRuntimePatch >true</TargetLatestRuntimePatch >
77 </PropertyGroup >
88
Original file line number Diff line number Diff line change 11SETLOCAL EnableDelayedExpansion
22dotnet build Example.csproj || exit /b !ERRORLEVEL!
3- xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp2.2 \ || exit /b !ERRORLEVEL!
4- xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp2.2 \hyper\ || exit /b !ERRORLEVEL!
3+ xcopy /Y ..\lib\tableauhyperapi.dll bin\Debug\netcoreapp3.1 \ || exit /b !ERRORLEVEL!
4+ xcopy /E /Y ..\lib\hyper bin\Debug\netcoreapp3.1 \hyper\ || exit /b !ERRORLEVEL!
Original file line number Diff line number Diff line change 11set -e
22dotnet build Example.csproj
3- cp -R ../lib/hyper bin/Debug/netcoreapp2.2
4- cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp2.2 /
3+ cp -R ../lib/hyper bin/Debug/netcoreapp3.1
4+ cp -R ../lib/libtableauhyperapi.* bin/Debug/netcoreapp3.1 /
You can’t perform that action at this time.
0 commit comments