We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5a0b9 commit a5659edCopy full SHA for a5659ed
build.toml
@@ -20,9 +20,9 @@ build_spec = 'Engine Release'
20
21
[package]
22
type = 'nipkg'
23
-name = 'udp-custom-device-{version}'
24
-release_version = '1.0'
25
-install_destination = 'documents\National Instruments\NI VeriStand {version}\Custom Devices'
+name = 'udp-custom-device-{veristand_version}'
+dev_xml_path = 'Source\Custom Device UDP-Custom-Device.xml'
+install_destination = 'documents\National Instruments\NI VeriStand {veristand_version}\Custom Devices'
26
27
[[release.steps]]
28
name = 'Master Release'
0 commit comments