Remove generated artifacts and machine-specific paths
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
param(
|
||||
[string]$AgentRoot = "D:\CSharpProjects\agent4",
|
||||
[string]$AgentRoot = (Resolve-Path (Join-Path $PSScriptRoot "..\..")).Path,
|
||||
[string]$ProgId = "AutoCAD.Application.23.1",
|
||||
[int]$PollMs = 1000
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user