Skip to content

Commit

Permalink
Update RX packages #908
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Feb 21, 2022
1 parent fa770d7 commit c47aa7c
Show file tree
Hide file tree
Showing 12 changed files with 1,038 additions and 1,012 deletions.
8 changes: 5 additions & 3 deletions Support/Build/ReplaceNuget.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
using namespace system.text.RegularExpressions
param(
$ProjectPath = "C:\Work\eXpandFramework\expand\Xpand\Xpand.Persistent\Xpand.Persistent.Base\Xpand.Persistent.Base.csproj",
$TargetPath = "C:\Work\eXpandFramework\expand\Xpand.dll\Xpand.Persistent.Base.dll",
$ProjectPath = "C:\Work\expand\Xpand\Xpand.ExpressApp.Modules\WizardUI.Win\Xpand.ExpressApp.WizardUI.Win.csproj",
$TargetPath = "C:\Work\expand\Xpand.DLL\net461\Xpand.ExpressApp.WizardUI.Win.dll",
$SkipNugetReplace
)

if (!($TargetPath)){
return
}


$ErrorActionPreference = "Stop"
Expand Down
Loading

0 comments on commit c47aa7c

Please sign in to comment.